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

    Interface SendTransactionResponseExceptionStack

    interface SendTransactionResponseExceptionStack {
        context: {
            file: string;
            hostname: string;
            level: string;
            line: number;
            method: string;
            thread_name: string;
            timestamp: string;
        };
        data: any;
        format: string;
    }
    Index
    context: {
        file: string;
        hostname: string;
        level: string;
        line: number;
        method: string;
        thread_name: string;
        timestamp: string;
    }
    data: any
    format: string