Documentation
    Preparing search index...

    Interface MakeSendActionIntentRequest

    interface MakeSendActionIntentRequest {
        a: string;
        c?: ConnectRequest;
        id: string;
    }
    Index

    Properties

    Properties

    a: string

    Action URL that the wallet will call to get the action details. The wallet MUST add the address query parameter to this URL (the user's wallet address). The action URL MUST respond with a JSON object containing action_type and action fields.

    Optional connect request for first-time connection

    id: string

    Request ID