Add a library for creating Rewards transactions

And move out of the SDK
This commit is contained in:
Greg Fitzgerald
2019-02-14 10:22:20 -07:00
parent 2c5cbaff25
commit 7f3aca15dd
7 changed files with 105 additions and 11 deletions

View File

@@ -12,7 +12,6 @@ pub mod native_program;
pub mod packet;
pub mod payment_plan;
pub mod pubkey;
pub mod rewards_program;
pub mod shortvec;
pub mod signature;
pub mod storage_program;