Interface AllowanceResponseDto

interface AllowanceResponseDto {
    allowance: string;
    chain_id: number;
    checked_at_block: number;
    checked_at_timestamp: string;
    network_name: string;
    owner: string;
    spender: string;
    token_address: string;
    token_name: string;
    token_symbol: string;
    token_type: string;
}

Properties

allowance: string
chain_id: number
checked_at_block: number
checked_at_timestamp: string
network_name: string
owner: string
spender: string
token_address: string
token_name: string
token_symbol: string
token_type: string