pub async fn compress_test<R: RpcConnection, I: Indexer<R>>(
payer: &Keypair,
rpc: &mut R,
test_indexer: &mut I,
amount: u64,
mint: &Pubkey,
output_merkle_tree_pubkey: &Pubkey,
sender_token_account: &Pubkey,
transaction_params: Option<TransactionParams>,
)