Documentation
    Preparing search index...

    Interface MakeSignDataIntentRequest

    interface MakeSignDataIntentRequest {
        c?: ConnectRequest;
        id: string;
        mu?: string;
        n?: string;
        p: SignDataPayload;
    }
    Index

    Properties

    Properties

    Optional connect request for first-time connection

    id: string

    Request ID

    mu?: string

    TonConnect manifest URL used for domain binding. If not provided, will be extracted from c.manifestUrl if ConnectRequest is present.

    n?: string

    Target network; semantics match signData

    Sign data payload (Text, Binary, or Cell). Note that network and from fields from the payload types are ignored in intents, as they are specified at the intent level.