etherscan-api
    Preparing search index...

    Interface MultiBalanceItem

    One entry of an account.balance([...]) (balancemulti) response.

    interface MultiBalanceItem {
        account: string;
        balance: string;
    }
    Index

    Properties

    Properties

    account: string
    balance: string