const IscUnresolvedVMError: BcsStruct<{
errorCode: BcsStruct<{
contractID: BcsType<number, number, "u32">;
iD: BcsType<number, number, "u16">;
}, string>;
params: BcsType<EnumOutputShapeWithKeys<{
NoType: true;
uint16: number;
int64: Uint8Array;
string: string;
uint8: number;
int32: Uint8Array;
uint64: string;
int16: Uint8Array;
uint32: number;
},
| "string"
| "NoType"
| "uint16"
| "int64"
| "uint8"
| "int32"
| "uint64"
| "int16"
| "uint32">[], Iterable<EnumInputShape<{
NoType: boolean | object | null;
uint16: number;
int64: Iterable<number, any, any>;
string: string;
uint8: number;
int32: Iterable<number, any, any>;
uint64: string | number | bigint;
int16: Iterable<number, any, any>;
uint32: number;
}>, any, any> & object, string>;
}, string>;