OBJECT

Set_Threshold

link GraphQL Schema definition

  • type Set_Threshold implements History {
  • id: ID!
  • # Transaction id that this operation is part of
  • transaction_hash: String!
  • # Public key for the source account
  • source_account: String!
  • # Type of history
  • type: String!
  • # Timestamp when the threshold was added
  • created_at: Date!
  • # Master key signing weight for the account
  • master_key_weight: Int!
  • # Signing weight for low threshold transactions on the account
  • low_threshold: Int!
  • # Signing weight for medium threshold transactions on the account
  • med_threshold: Int!
  • # Signing weight for high threshold transactions on the account
  • high_threshold: Int!
  • }

link Require by

This element is not required by anyone