interface GasPriceWitnessUIBasePayload {
    baseFee?: UIField;
    blockNumber?: UIField;
    gasPrice?: GasPrice[];
    schema?: string;
    timestamp?: number;
    website?: string;
}

Properties

baseFee?: UIField
blockNumber?: UIField
gasPrice?: GasPrice[]
schema?: string
timestamp?: number
website?: string