/** * @packageDocumentation * @module API-XVM-Constants */ export declare class XVMConstants { static LATESTCODEC: number; static SECPFXID: number; static NFTFXID: number; static SECPMINTOUTPUTID: number; static SECPMINTOUTPUTID_CODECONE: number; static SECPXFEROUTPUTID: number; static SECPXFEROUTPUTID_CODECONE: number; static NFTXFEROUTPUTID: number; static NFTXFEROUTPUTID_CODECONE: number; static NFTMINTOUTPUTID: number; static NFTMINTOUTPUTID_CODECONE: number; static SECPINPUTID: number; static SECPINPUTID_CODECONE: number; static SECPMINTOPID: number; static SECPMINTOPID_CODECONE: number; static NFTMINTOPID: number; static NFTMINTOPID_CODECONE: number; static NFTXFEROPID: number; static NFTXFEROPID_CODECONE: number; static VERTEX: number; static VERTEX_CODECONE: number; static BASETX: number; static BASETX_CODECONE: number; static CREATEASSETTX: number; static CREATEASSETTX_CODECONE: number; static OPERATIONTX: number; static OPERATIONTX_CODECONE: number; static IMPORTTX: number; static IMPORTTX_CODECONE: number; static EXPORTTX: number; static EXPORTTX_CODECONE: number; static SECPCREDENTIAL: number; static SECPCREDENTIAL_CODECONE: number; static NFTCREDENTIAL: number; static NFTCREDENTIAL_CODECONE: number; static ASSETIDLEN: number; static BLOCKCHAINIDLEN: number; static SYMBOLMAXLEN: number; static ASSETNAMELEN: number; static ADDRESSLENGTH: number; } //# sourceMappingURL=constants.d.ts.map