interface AccountMap {
    account_address: string;
    balance: bigint;
}

Properties

account_address: string
balance: bigint