/** * @packageDocumentation * @module API-EVM-Constants */ import BN from "bn.js" export class EVMConstants { static SECPCREDENTIAL: number = 9 static IMPORTTX: number = 0 static EXPORTTX: number = 1 static SECPINPUTID: number = 5 static ASSETIDLEN: number = 32 static SECPXFEROUTPUTID: number = 7 static LATESTCODEC: number = 0 static ADDRESSLENGTH: number = 20 }