Signature constructor

const Signature(
  1. SigningPayload signingPayload,
  2. PublicKey publicKey,
  3. String signatureType,
  4. String hexBytes,
)

Implementation

const Signature(
  this.signingPayload,
  this.publicKey,
  this.signatureType,
  this.hexBytes,
);