OBJECT

AccountThresholds

Represents thresholds for different access levels

link GraphQL Schema definition

  • type AccountThresholds {
  • # The weight of the master key
  • masterWeight: Int!
  • # The threshold this account sets on all operations it performs that have a low
  • # threshold
  • low: Int!
  • # The threshold this account sets on all operations it performs that have a medium
  • # threshold
  • medium: Int!
  • # The threshold this account sets on all operations it performs that have a high
  • # threshold
  • high: Int!
  • }