SetOptionsOperationBuilder class

Constructors

SetOptionsOperationBuilder()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

build() SetOptionsOperation
Builds a SetOptionsOperation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setClearFlags(int clearFlags) SetOptionsOperationBuilder
Clears the given flags from the account.
setHighThreshold(int highThreshold) SetOptionsOperationBuilder
A number from 0-255 representing the threshold this account sets on all operations it performs that have a high threshold.
setHomeDomain(String homeDomain) SetOptionsOperationBuilder
Sets the account's home domain address used in Federation.
setInflationDestination(String inflationDestination) SetOptionsOperationBuilder
Sets the inflation destination for the account.
setLowThreshold(int lowThreshold) SetOptionsOperationBuilder
A number from 0-255 representing the threshold this account sets on all operations it performs that have a low threshold.
setMasterKeyWeight(int masterKeyWeight) SetOptionsOperationBuilder
Weight of the master key.
setMediumThreshold(int mediumThreshold) SetOptionsOperationBuilder
A number from 0-255 representing the threshold this account sets on all operations it performs that have a medium threshold.
setSetFlags(int setFlags) SetOptionsOperationBuilder
Sets the given flags on the account.
setSigner(XdrSignerKey signer, int weight) SetOptionsOperationBuilder
Add, update, or remove a signer from the account. Signer is deleted if the weight = 0;
setSourceAccount(String sourceAccount) SetOptionsOperationBuilder
Sets the source account for this operation.
toString() String
Returns a string representation of this object.
inherited

Operators

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