Documentation
    Preparing search index...

    Interface SendActionIntentRequest

    Request for Send Action Intent (deep link). Wallet will call the action URL (with address param) and execute the returned action.

    interface SendActionIntentRequest {
        actionUrl: string;
        from?: string;
    }
    Index

    Properties

    Properties

    actionUrl: string

    Action URL the wallet will call to get action details.

    from?: string

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