ProvisionEnvelope constructor

ProvisionEnvelope(
  1. Uint8List publicKey,
  2. Uint8List body
)

Implementation

ProvisionEnvelope(this.publicKey, this.body);