UNPKG

@kubectl/caminojs

Version:
33 lines 1.04 kB
/** * @packageDocumentation * @module API-PlatformVM-Constants */ export declare class PlatformVMConstants { static LATESTCODEC: number; static SECPFXID: number; static SECPXFEROUTPUTID: number; static SUBNETAUTHID: number; static SECPOWNEROUTPUTID: number; static STAKEABLELOCKOUTID: number; static SECPINPUTID: number; static STAKEABLELOCKINID: number; static LOCKEDSTAKEABLES: number[]; static BASETX: number; static SUBNETAUTH: number; static ADDVALIDATORTX: number; static ADDSUBNETVALIDATORTX: number; static ADDDELEGATORTX: number; static CREATECHAINTX: number; static CREATESUBNETTX: number; static IMPORTTX: number; static EXPORTTX: number; static ADVANCETIMETX: number; static REWARDVALIDATORTX: number; static SECPCREDENTIAL: number; static ASSETIDLEN: number; static BLOCKCHAINIDLEN: number; static SYMBOLMAXLEN: number; static ASSETNAMELEN: number; static ADDRESSLENGTH: number; } //# sourceMappingURL=constants.d.ts.map