Envelope: {
    body: Uint8Array | {
        data: Uint8Array;
        nonce: Uint8Array;
        pk: Uint8Array;
    };
    format?: Kind;
}

Type declaration

  • body: Uint8Array | {
        data: Uint8Array;
        nonce: Uint8Array;
        pk: Uint8Array;
    }
  • Optional format?: Kind

Generated using TypeDoc