interface MetaEncryptedX25519DeoxysII {
    pk: Uint8Array;
    sk: Uint8Array;
}

Properties

Properties

pk: Uint8Array
sk: Uint8Array