everscale-inpage-provider - v0.6.6
    Preparing search index...

    Type Alias EncryptedData

    type EncryptedData = {
        algorithm: EncryptionAlgorithm;
        sourcePublicKey: string;
        recipientPublicKey: string;
        data: string;
        nonce: string;
    }
    Index

    Properties

    sourcePublicKey: string

    Hex encoded encryptor's public key

    recipientPublicKey: string

    Hex encoded recipient public key

    data: string

    Base64 encoded data

    nonce: string

    Base64 encoded nonce