return value from estimateTransactionIntentCost

Constructors

Properties

estimatedTXGas: string

estimated TX gas cost

estimatedTXGasFee: string

estimated TX gas cost in the chain native token (WEI)

estimatedTXGasFeeToken?: string

when using a policy, the estimated TX gas cost in the ERC-20 token defined in the strategy (WEI)

estimatedTXGasFeeUSD: string

estimated TX gas cost in USD

gasPrice: string

gas price used for the estimation

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods