Variable gasLimitConst

gasLimit: { deserialize: any; serialize: any } = _gasLimit

Type declaration

  • deserialize:function
  • serialize:function
    • Parameters

      • _value: undefined | number
      • __namedParameters: { _computingGasLimit?: number; gasMax: number; rebuildTx: ((params: any) => any); txType: Tag }
        • Optional _computingGasLimit?: number
        • gasMax: number
        • rebuildTx: ((params: any) => any)
            • (params: any): any
            • Parameters

              • params: any

              Returns any

        • txType: Tag

      Returns Buffer

Generated using TypeDoc