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

    Class TransactContext

    Temporary context created for the duration of a [[Session.transact]] call.

    This context is used to store the state of the transact request and provide a way for plugins to add hooks into the process.

    Index
    appName?: string
    client: APIClient
    createRequest: (args: TransactArgs) => Promise<SigningRequest>
    fetch: Fetch
    hooks: TransactHooks = ...
    info: GetInfoResponse | undefined
    permissionLevel: PermissionLevel
    storage?: SessionStorage
    transactPluginsOptions: TransactPluginsOptions