link GraphQL Schema definition
- type SetOptionsOperation implements Operation {
- # Operation id, assigned by Horizon
- : String!
- : OperationType!
- # Account on which behalf operation was executed
- : Account!
- # When operations was executed
- : DateTime!
- # Transaction that contains this operation
- : Transaction!
- # Indicates which flags to clear
- : [AccountFlagsOptions]
- # Indicates which flags to set
- : [AccountFlagsOptions]
- # Indicates, which home domain to set on account
- : String
- # Indicates value of master weight to set
- : Int
- # Account thresholds to set
- : SetOptionsThresholds
- # Represents a signer to add to the account
- : SetOptionsSigner
- # Account to use as the inflation destination
- : Account
- }
link Require by
This element is not required by anyone