GasUsedEstimate: {
    destination: BigNumber;
    source: BigNumber;
}

Represents gas used estimate values.

Property

The estimated gas used for the source.

Property

The estimated gas used for the destination.

Type declaration

  • destination: BigNumber
  • source: BigNumber

Generated using TypeDoc