@wharfkit/session - v4.0.1
    Preparing search index...

    Interface ResolvedCallback

    Context used to resolve a callback. Compatible with the JSON response from a push_transaction call.

    interface ResolvedCallback {
        background: boolean;
        payload: CallbackPayload;
        url: string;
    }
    Index
    background: boolean

    Whether to run the request in the background. For a https url this means POST in the background instead of a GET redirect.

    The callback payload as a object that should be encoded to JSON and POSTed to background callbacks.

    url: string

    The URL to hit.