Skip to main content

Variable: IscVMErrorParam

const IscVMErrorParam: BcsEnum<{ NoType: null; uint16: BcsType<number, number, "u16">; int64: BcsType<Uint8Array, Iterable<number, any, any>, "bytes[8]">; string: BcsType<string, string, string>; uint8: BcsType<number, number, "u8">; int32: BcsType<Uint8Array, Iterable<number, any, any>, "bytes[4]">; uint64: BcsType<string, string | number | bigint, "u64">; int16: BcsType<Uint8Array, Iterable<number, any, any>, "bytes[2]">; uint32: BcsType<number, number, "u32">; }, "IscVMErrorParam">