Add exchange program (#3444)

This commit is contained in:
Jack May
2019-03-22 21:07:36 -07:00
committed by GitHub
parent de2b6bc9fc
commit 6505221629
13 changed files with 1459 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
use solana_exchange_api::exchange_processor::process_instruction;
solana_sdk::process_instruction_entrypoint!(process_instruction);