Skip to main content

Variable: IscAgentID

const IscAgentID: BcsEnum<{
NoType: null;
AddressAgentID: BcsStruct<{
a: BcsType<number[], Iterable<number, any, any> & object, string>;
}, string>;
ContractAgentID: BcsStruct<{
hname: BcsType<number, number, "u32">;
}, string>;
EthereumAddressAgentID: BcsStruct<{
eth: BcsType<number[], Iterable<number, any, any> & object, string>;
}, string>;
NilAgentID: BcsStruct<{
}, string>;
}, "IscAgentID">;