Interface GasPriceResponseDto

interface GasPriceResponseDto {
    chain_id: number;
    currency: string;
    event_type: string;
    fee_dollars: string;
    fee_eth: string;
    fee_gwei: string;
    fee_wei: string;
    gas_cost_eth: string;
    gas_cost_gwei: string;
    gas_cost_wei: string;
    gas_required: string;
    network_name: string;
    tip_dollars: string;
    tip_eth: string;
    tip_gwei: string;
    tip_wei: string;
    total_cost_dollars: string;
}

Properties

chain_id: number
currency: string
event_type: string
fee_dollars: string
fee_eth: string
fee_gwei: string
fee_wei: string
gas_cost_eth: string
gas_cost_gwei: string
gas_cost_wei: string
gas_required: string
network_name: string
tip_dollars: string
tip_eth: string
tip_gwei: string
tip_wei: string
total_cost_dollars: string