Function get_concurrent_merkle_tree

Source
pub async fn get_concurrent_merkle_tree<T, R, H, const HEIGHT: usize>(
    rpc: &mut R,
    pubkey: Pubkey,
) -> ConcurrentMerkleTreeCopy<H, HEIGHT>
where R: RpcConnection, H: Hasher,
Expand description

Fetches the fiven account, then copies and serializes it as a ConcurrentMerkleTree.