OBJECT

Signer

link GraphQL Schema definition

  • type Signer {
  • # Public key that uniquely identifies the account
  • public_key: String
  • # Signing weight set on the account for that public key
  • weight: Int
  • # TODO
  • key: String
  • # TODO
  • type: String
  • # Flag to indicate if master key weight
  • master: Boolean
  • }