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

    Interface SendTransactionResponseException

    interface SendTransactionResponseException {
        code: number;
        message: string;
        name: string;
        stack: SendTransactionResponseExceptionStack[];
    }
    Index
    code: number
    message: string
    name: string