SetOptionsOperation class

Represents SetOptions operation. See: List of Operations

Inheritance

Constructors

SetOptionsOperation(String inflationDestination, int clearFlags, int setFlags, int masterKeyWeight, int lowThreshold, int mediumThreshold, int highThreshold, String homeDomain, XdrSignerKey signer, int signerWeight)

Properties

clearFlags int
Indicates which flags to clear. For details about the flags, please refer to the accounts doc.
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
highThreshold int
A number from 0-255 representing the threshold this account sets on all operations it performs that have a high threshold.
read-only
homeDomain String
The home domain of an account.
read-only
inflationDestination String
Account Id of the inflation destination.
read-only
lowThreshold int
A number from 0-255 representing the threshold this account sets on all operations it performs that have a low threshold.
read-only
masterKeyWeight int
Weight of the master key.
read-only
mediumThreshold int
A number from 0-255 representing the threshold this account sets on all operations it performs that have a medium threshold.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
setFlags int
Indicates which flags to set. For details about the flags, please refer to the accounts doc.
read-only
signer XdrSignerKey
Additional signer added/removed in this operation.
read-only
signerWeight int
Additional signer weight. The signer is deleted if the weight is 0.
read-only
sourceAccount MuxedAccount
Returns the operation source account.
read / write, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toOperationBody() XdrOperationBody
Generates OperationBody XDR object.
override
toString() String
A string representation of this object. [...]
inherited
toXdr() XdrOperation
inherited
toXdrBase64() String
Returns base64-encoded Operation XDR object from this operation.
inherited

Operators

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

Static Methods

builder(XdrSetOptionsOp op) SetOptionsOperationBuilder
Builds SetOptions operation.