Documentation
    Preparing search index...

    Interface SignDataIntentRequest

    interface SignDataIntentRequest {
        from?: string;
        network?: string;
        payload: SignDataPayload;
    }
    Index

    Properties

    from?: string

    Explicit sender address for the intent. If omitted, the wallet will use its default selected account.

    network?: string