OBJECT

Set_Signers

link GraphQL Schema definition

  • type Set_Signers implements History {
  • id: ID!
  • # Transaction id that this operation is part of
  • transaction_hash: String!
  • # Public key for the source account
  • source_account: String!
  • # Type of history
  • type: String!
  • # Timestamp when signer was added
  • created_at: Date!
  • # Signer public key
  • signer_key: String!
  • # Memo attached to the transaction
  • memo: String
  • # Signer weight
  • signer_weight: Int!
  • }

link Require by

This element is not required by anyone