OBJECT
Set_Threshold
link GraphQL Schema definition
- type Set_Threshold implements History {
- : ID!
- # Transaction id that this operation is part of
- : String!
- # Public key for the source account
- : String!
- # Type of history
- : String!
- # Timestamp when the threshold was added
- : Date!
- # Master key signing weight for the account
- : Int!
- # Signing weight for low threshold transactions on the account
- : Int!
- # Signing weight for medium threshold transactions on the account
- : Int!
- # Signing weight for high threshold transactions on the account
- : Int!
- }
link Require by
This element is not required by anyone