Type alias RawContractData

RawContractData: Pick<IContractInfo, "abi" | "serializedContract"> & {
    serializedContract: {
        avlTrees: AvlTree[];
    };
}

Type declaration

  • serializedContract: {
        avlTrees: AvlTree[];
    }

Generated using TypeDoc