stellar_flutter_sdk
stellar_flutter_sdk
XdrPaymentOp
amount property
amount
stellar_flutter_sdk
stellar_flutter_sdk
XdrPaymentOp
amount property
XdrPaymentOp class
Constructors
XdrPaymentOp
Properties
amount
asset
destination
hashCode
runtimeType
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;