solana-tokens: Add capability to perform the same transfer to a batch of recipients (#12259)

* Add transfer-amount argument, use simplified input-csv

* Add transfer-amount to readme
This commit is contained in:
Tyera Eulberg
2020-09-15 22:53:30 -06:00
committed by GitHub
parent 83f93fed02
commit a48cc073cf
5 changed files with 130 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ pub struct DistributeTokensArgs {
pub sender_keypair: Box<dyn Signer>,
pub fee_payer: Box<dyn Signer>,
pub stake_args: Option<StakeArgs>,
pub transfer_amount: Option<f64>,
}
pub struct StakeArgs {