const balanceBaseTokenEVMInputs: BcsStruct<{
agentID: BcsType<
| EnumOutputShapeWithKeys<{
NoType: true;
AddressAgentID: {
a: number[];
};
ContractAgentID: {
hname: number;
};
EthereumAddressAgentID: {
eth: number[];
};
NilAgentID: {
};
},
| "NoType"
| "AddressAgentID"
| "ContractAgentID"
| "EthereumAddressAgentID"
| "NilAgentID">
| null,
| EnumInputShape<{
NoType: boolean | object | null;
AddressAgentID: {
a: Iterable<number, any, any> & object;
};
ContractAgentID: {
hname: number;
};
EthereumAddressAgentID: {
eth: Iterable<number, any, any> & object;
};
NilAgentID: {
};
}>
| null
| undefined, "Option<IscAgentID>">;
}, string>;