- Preparing search index...
- The search index is not available
@metanames/sdk
Type alias RawContractData
RawContractData: Pick<IContractInfo, "abi" | "serializedContract"> & { serializedContract: { avlTrees: AvlTree[]; }; }
Type declaration
-
serializedContract: {
avlTrees: AvlTree[];
}