DecodeOptions constructor

DecodeOptions({
  1. String? receiverPublicKey,
})

Implementation

DecodeOptions({
  this.receiverPublicKey,
});