InterfaceEstimateTransactionIntentGasResult

interface EstimateTransactionIntentGasResult {
    estimatedTXGas: string;
    estimatedTXGasFee: string;
    estimatedTXGasFeeUSD: string;
    estimatedTXGasFeeToken?: string;
    gasPrice: string;
}

Properties

estimatedTXGas: string
estimatedTXGasFee: string
estimatedTXGasFeeUSD: string
estimatedTXGasFeeToken?: string
gasPrice: string