CryptoEncodeOptions constructor

CryptoEncodeOptions({
  1. int? type,
  2. String? senderPublicKey,
  3. String? receiverPublicKey,
})

Implementation

CryptoEncodeOptions({
  this.type,
  this.senderPublicKey,
  this.receiverPublicKey,
});