stellar_flutter_sdk
stellar_flutter_sdk
XdrOfferEntry
price property
price
stellar_flutter_sdk
stellar_flutter_sdk
XdrOfferEntry
price 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
price
property
XdrPrice
price
Implementation
XdrPrice get price => this._price;
void
price=
(
XdrPrice
value
)
Implementation
set price(XdrPrice value) => this._price = value;