stellar_flutter_sdk
stellar_flutter_sdk
XdrClaimableBalanceEntry
amount property
amount
stellar_flutter_sdk
stellar_flutter_sdk
XdrClaimableBalanceEntry
amount property
XdrClaimableBalanceEntry class
Constructors
XdrClaimableBalanceEntry
Properties
amount
asset
balanceID
claimants
ext
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;