stellar_flutter_sdk
stellar_flutter_sdk
XdrSCPNomination
votes property
votes
stellar_flutter_sdk
stellar_flutter_sdk
XdrSCPNomination
votes property
XdrSCPNomination class
Constructors
XdrSCPNomination
Properties
accepted
hashCode
quorumSetHash
runtimeType
votes
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encode
votes
property
List
<
XdrValue
>
votes
Implementation
List<XdrValue> get votes => this._votes;
void
votes=
(
List
<
XdrValue
>
value
)
Implementation
set votes(List<XdrValue> value) => this._votes = value;