ZotPublicKey constructor

ZotPublicKey(
  1. BigInt e,
  2. BigInt on
)

Implementation

ZotPublicKey(this.e, this.on);