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