stellar_flutter_sdk
stellar_flutter_sdk
XdrOfferEntry
flags property
flags
stellar_flutter_sdk
stellar_flutter_sdk
XdrOfferEntry
flags property
XdrOfferEntry class
Constructors
XdrOfferEntry
Properties
amount
buying
ext
flags
hashCode
offerID
price
runtimeType
sellerID
selling
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encode
flags
property
XdrUint32
flags
Implementation
XdrUint32 get flags => this._flags;
void
flags=
(
XdrUint32
value
)
Implementation
set flags(XdrUint32 value) => this._flags = value;