XdrSetOptionsOp class

Constructors

XdrSetOptionsOp()

Properties

clearFlags XdrUint32?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highThreshold XdrUint32?
getter/setter pair
homeDomain XdrString32?
getter/setter pair
inflationDest XdrAccountID?
getter/setter pair
lowThreshold XdrUint32?
getter/setter pair
masterWeight XdrUint32?
getter/setter pair
medThreshold XdrUint32?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setFlags XdrUint32?
getter/setter pair
signer XdrSigner?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(XdrDataInputStream stream) XdrSetOptionsOp
encode(XdrDataOutputStream stream, XdrSetOptionsOp encodedSetOptionsOp) → void