pub async fn freeze_test<R: RpcConnection, I: Indexer<R>>(
authority: &Keypair,
rpc: &mut R,
test_indexer: &mut I,
input_compressed_accounts: Vec<TokenDataWithContext>,
outputs_merkle_tree: &Pubkey,
transaction_params: Option<TransactionParams>,
)