Class Proof

Represents a proof containing a public key and a signature, used for validating the authenticity of data.

Hierarchy

  • Proof

Constructors

Properties

Constructors

Properties

publicKey: PublicKey

The public key associated with the proof. This key is used to verify the signature's validity.

signature: HexBytes

The signature generated by the associated public key. The signature proves the authenticity of the data or transaction.

Generated using TypeDoc