OBJECT

Signer

Represents a signers of the account

link GraphQL Schema definition

  • type Signer {
  • # Public key of this signer
  • signer: AccountID!
  • # This signer's weight
  • weight: Int!
  • type: SignerType
  • }