OBJECT

SetOptionsOperation

link GraphQL Schema definition

  • type SetOptionsOperation implements Operation {
  • # Operation id, assigned by Horizon
  • id: String!
  • type: OperationType!
  • # Account on which behalf operation was executed
  • sourceAccount: Account!
  • # When operations was executed
  • dateTime: DateTime!
  • # Transaction that contains this operation
  • transaction: Transaction!
  • # Indicates which flags to clear
  • clearFlags: [AccountFlagsOptions]
  • # Indicates which flags to set
  • setFlags: [AccountFlagsOptions]
  • # Indicates, which home domain to set on account
  • homeDomain: String
  • # Indicates value of master weight to set
  • masterWeight: Int
  • # Account thresholds to set
  • thresholds: SetOptionsThresholds
  • # Represents a signer to add to the account
  • signer: SetOptionsSigner
  • # Account to use as the inflation destination
  • inflationDestination: Account
  • }

link Require by

This element is not required by anyone