OBJECT

Thresholds

link GraphQL Schema definition

  • type Thresholds {
  • # Master key signing weight for the account
  • master_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
  • }