stellar_flutter_sdk
stellar_flutter_sdk
XdrFeeBumpTransaction
fee property
fee
stellar_flutter_sdk
stellar_flutter_sdk
XdrFeeBumpTransaction
fee property
XdrFeeBumpTransaction class
Constructors
XdrFeeBumpTransaction
Properties
ext
fee
feeSource
hashCode
innerTx
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encode
fee
property
XdrInt64
fee
Implementation
XdrInt64 get fee => this._fee;
void
fee=
(
XdrInt64
value
)
Implementation
set fee(XdrInt64 value) => this._fee = value;