Signature constructor

Signature(
  1. PublicKeyData publicKey,
  2. SignatureData bytes
)

Implementation

Signature(this.publicKey, this.bytes);