OBJECT

Signature

link GraphQL Schema definition

  • type Signature {
  • # Public key that uniquely identifies the account
  • public_key: String!
  • # Flag to indicate the transaction has been signed
  • signed: Boolean!
  • # Timestamp when the transaction was signed
  • signed_date: Date
  • }