Function: getMerkleDistributorCodec()
ts
function getMerkleDistributorCodec(): FixedSizeCodec<
MerkleDistributorArgs,
MerkleDistributor
>;Gets the codec for MerkleDistributor account data.
Returns
FixedSizeCodec<MerkleDistributorArgs, MerkleDistributor>