Type alias GasAmount

GasAmount: {
    type: GAS;
    gasToken: GasToken;
}

The gas amount which contains the gas token and the gas limit.

Type declaration

  • type: GAS

    The type to indicate this is a gas amount.

  • gasToken: GasToken

    The gas token.

Generated using TypeDoc