interface BalanceOfBatchCallObject {
    accounts: string[];
    ids: bigint[];
}

Properties

Properties

accounts: string[]
ids: bigint[]