INPUT_OBJECT

PublicKeySignaturePair

link GraphQL Schema definition

  • input PublicKeySignaturePair {
  • # The public key of the private key that was used to sign the digest
  • publicKey: String!
  • # The signature generated when the digest was signed by the private key
  • signature: String!
  • }

link Require by