Function light_test_utils::spl::compress_test

source ยท
pub async fn compress_test(
    payer: &Keypair,
    context: &mut ProgramTestContext,
    test_indexer: &mut TestIndexer,
    amount: u64,
    mint: &Pubkey,
    output_merkle_tree_pubkey: &Pubkey,
    sender_token_account: &Pubkey,
    transaction_params: Option<TransactionParams>
)