Function light_test_utils::spl::mint_tokens_helper
source ยท pub async fn mint_tokens_helper<R: RpcConnection, I: Indexer<R>>(
rpc: &mut R,
test_indexer: &mut I,
merkle_tree_pubkey: &Pubkey,
mint_authority: &Keypair,
mint: &Pubkey,
amounts: Vec<u64>,
recipients: Vec<Pubkey>,
)