Documentation
    Preparing search index...

    Interface TonProofItem

    Ask the wallet for a ton_proof signature binding the connected account, the dApp domain and a server-issued nonce. dApps use the reply to authenticate the user.

    interface TonProofItem {
        name: "ton_proof";
        payload: string;
    }
    Index

    Properties

    Properties

    name: "ton_proof"
    payload: string

    Payload to embed in the signed message.