Documentation
    Preparing search index...

    Interface MakeSignMessageIntentRequest

    interface MakeSignMessageIntentRequest {
        c?: ConnectRequest;
        i: IntentItem[];
        id: string;
        n?: string;
        vu?: number;
    }
    Index

    Properties

    Properties

    Optional connect request for first-time connection

    Ordered list of intent fragments. Same structure as in Send Transaction Intent.

    id: string

    Request ID

    n?: string

    Target network; semantics match signMessage

    vu?: number

    Valid until - unix timestamp. After this moment the intent is invalid.