stellar_flutter_sdk
stellar_flutter_sdk
XdrTransactionV0
fee property
fee
stellar_flutter_sdk
stellar_flutter_sdk
XdrTransactionV0
fee property
XdrTransactionV0 class
Constructors
XdrTransactionV0
Properties
ext
fee
hashCode
memo
operations
runtimeType
seqNum
sourceAccountEd25519
timeBounds
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encode
fee
property
XdrUint32
fee
Implementation
XdrUint32 get fee => this._fee;
void
fee=
(
XdrUint32
value
)
Implementation
set fee(XdrUint32 value) => this._fee = value;