MerkleListBase
type MerkleListBase<T>: {
"data": Unconstrained<WithHash<T>[]>;
"hash": Field;
};
Common base type for MerkleList and MerkleListIterator
Type parameters
• T
Type declaration
data
data: Unconstrained<WithHash<T>[]>;
hash
hash: Field;