Skip to main content

IscVMErrorParam

@iota/isc-sdk


@iota/isc-sdk / bcs / IscVMErrorParam

Variable: IscVMErrorParam

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

Defined in: isc-sdk/src/bcs.ts:216