Documentation
    Preparing search index...

    Interface TonProofItemReplySuccess

    interface TonProofItemReplySuccess {
        name: "ton_proof";
        proof: {
            domain: { lengthBytes: number; value: string };
            payload: string;
            signature: string;
            timestamp: number;
        };
    }
    Index

    Properties

    Properties

    name: "ton_proof"
    proof: {
        domain: { lengthBytes: number; value: string };
        payload: string;
        signature: string;
        timestamp: number;
    }