Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TxBuilderConfig

Hierarchy

  • TxBuilderConfig

Index

Properties

Optional accountNumber

accountNumber: bigInteger.BigNumber
param

uint64, If this is undefined or negative, tx builder should calculate that automatically or throw error. If there are several signers, this should be undefined or negative.

fee

fee: Coin

gas

gas: bigInteger.BigNumber
param

uint64, How much gas will it consume.
TODO: If this parameter is negative, this means that gas will be set automatically with simulated value.

Optional gasAdjustment

gasAdjustment: undefined | number
param

TODO: If gas parameter is negative(auto), simulated gas will be multiplied with this.

Optional gasPrice

gasPrice: undefined | number

memo

memo: string

Optional sequence

sequence: bigInteger.BigNumber
param

uint64, If this is undefined or negative, tx builder should calculate that automatically or throw error. If there are several signers, this should be undefined or negative.

Generated using TypeDoc