OBJECT
Set_Signers
link GraphQL Schema definition
- type Set_Signers 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 signer was added
- : Date!
- # Signer public key
- : String!
- # Memo attached to the transaction
- : String
- # Signer weight
- : Int!
- }
link Require by
This element is not required by anyone