Type alias CreateMerkleTreeResponse

CreateMerkleTreeResponse: CommonTxnResponse & {
    tree: string;
}

Generated using TypeDoc