Set Options Operation
data class SetOptionsOperation(val inflationDestination: String? = null, val clearFlags: Int? = null, val setFlags: Int? = null, val masterKeyWeight: Int? = null, val lowThreshold: Int? = null, val mediumThreshold: Int? = null, val highThreshold: Int? = null, val homeDomain: String? = null, val signer: SignerKey? = null, val signerWeight: Int? = null) : Operation
Represents a SetOptions operation.
Properties
Link copied to clipboard
Indicates which flags to clear
Link copied to clipboard
High threshold for operations
Link copied to clipboard
The home domain of the account
Link copied to clipboard
Account of the inflation destination
Link copied to clipboard
Low threshold for operations
Link copied to clipboard
Weight of the master key
Link copied to clipboard
Medium threshold for operations
Link copied to clipboard
Weight of the signer (0 to remove)
Link copied to clipboard
Optional source account for this operation.