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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user