A call envelope when using the CALLFORMAT_ENCRYPTED_X25519DEOXYSII format.

interface CallEnvelopeX25519DeoxysII {
    data: Uint8Array;
    nonce: Uint8Array;
    pk: Uint8Array;
}

Properties

Properties

data: Uint8Array
nonce: Uint8Array
pk: Uint8Array