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

    Interface TransactRevision

    interface TransactRevision {
        allowModify: boolean;
        code: string;
        modified: boolean;
        response: { request: string; signatures: string[] };
    }
    Index
    allowModify: boolean

    Whether or not the context allowed any modification to take effect.

    code: string

    The string representation of the code executed.

    modified: boolean

    If the request was modified by this code.

    response: { request: string; signatures: string[] }

    The response from the code that was executed.