SetOptionsOperationBuilder class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() SetOptionsOperation
Builds a SetOptionsOperation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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.
setMuxedSourceAccount(MuxedAccount sourceAccount) SetOptionsOperationBuilder
Sets the muxed source account for this operation.
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 sourceAccountId) SetOptionsOperationBuilder
Sets the source account for this operation.
toString() String
A string representation of this object.
inherited

Operators

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