stellar_flutter_sdk
stellar_flutter_sdk
XdrCreatePassiveSellOfferOp
amount property
amount
stellar_flutter_sdk
stellar_flutter_sdk
XdrCreatePassiveSellOfferOp
amount property
XdrCreatePassiveSellOfferOp class
Constructors
XdrCreatePassiveSellOfferOp
Properties
amount
buying
hashCode
price
runtimeType
selling
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encode
amount
property
XdrInt64
amount
Implementation
XdrInt64 get amount => this._amount;
void
amount=
(
XdrInt64
value
)
Implementation
set amount(XdrInt64 value) => this._amount = value;