stellar_flutter_sdk
stellar_flutter_sdk
Transaction
fee property
fee
stellar_flutter_sdk
stellar_flutter_sdk
Transaction
fee property
Transaction class
Constructors
Transaction
Properties
fee
hashCode
memo
operations
runtimeType
sequenceNumber
signatures
sourceAccount
timeBounds
Methods
hash
noSuchMethod
sign
signatureBase
signHash
toEnvelopeXdr
toEnvelopeXdrBase64
toString
toV0Xdr
toXdr
toXdrBase64
Operators
operator ==
Static methods
builder
fromV0EnvelopeXdr
fromV1EnvelopeXdr
fee
property
int
fee
Returns fee paid for this transaction in stroops (1 stroop = 0.0000001 XLM).
Implementation
int get fee => _mFee;