Interface BalanceResponseDto

interface BalanceResponseDto {
    balance: string;
    chain_id: number;
    checked_at_block: number;
    checked_at_timestamp: string;
    holder: string;
    network_name: string;
    token_address: string;
    token_name: string;
    token_symbol: string;
    token_type: string;
}

Properties

balance: string
chain_id: number
checked_at_block: number
checked_at_timestamp: string
holder: string
network_name: string
token_address: string
token_name: string
token_symbol: string
token_type: string