TxBroadcastAPI class

Inheritance

Constructors

TxBroadcastAPI(TerraRestfulService apiRequester, TreasuryAPI treasury)

Properties

apiRequester → TerraRestfulService
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
treasury TreasuryAPI?
getter/setter pair

Methods

broadcast(Tx tx) Future<BlockTxBroadcastResultDataArgs>
broadcastAsync(Tx tx) Future<BlockTxBroadcastResultDataArgs>
broadcastShared(Tx tx, BroadcastMode mode) Future<TxResponse>
broadcastSync(Tx tx) Future<BlockTxBroadcastResultDataArgs>
createTx(Fee fee, {String memo = ""}) Future<Tx>
encode(Tx tx) String
estimatedFeeWithBurnTax(double txAmount, CreateTxOptions options) Future<Fee>
estimateGas(Tx simTx, double? gasAdjustment, List messages) Future<double>
//
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited