GasEstimate: {
    deposit?: number;
    release?: number;
    usd: number;
}

Represents gas estimate values.

Property

The estimated gas cost in USD.

Property

The estimated gas cost for deposit (optional).

Property

The estimated gas cost for release (optional).

Type declaration

  • Optional deposit?: number
  • Optional release?: number
  • usd: number

Generated using TypeDoc