Files
solana/programs/exchange_program/src/lib.rs

4 lines
120 B
Rust
Raw Normal View History

2019-03-22 21:07:36 -07:00
use solana_exchange_api::exchange_processor::process_instruction;
2019-03-26 16:40:34 -07:00
solana_sdk::solana_entrypoint!(process_instruction);