Signature constructor

Signature(
  1. Uint8List _theirPublicKey,
  2. Uint8List _mySecretKey
)

Implementation

Signature(this._theirPublicKey, this._mySecretKey);