Interface ResultEnvelopeX25519DeoxysII

A result envelope when using the CALLFORMAT_ENCRYPTED_X25519DEOXYSII format.

interface ResultEnvelopeX25519DeoxysII {
    data: Uint8Array;
    nonce: Uint8Array;
}

Properties

Properties

data: Uint8Array
nonce: Uint8Array