Documentation
    Preparing search index...

    Interface SendTransactionRpcResponseError

    interface SendTransactionRpcResponseError {
        error: {
            code: SEND_TRANSACTION_ERROR_CODES;
            data?: unknown;
            message: string;
        };
        id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error: { code: SEND_TRANSACTION_ERROR_CODES; data?: unknown; message: string }
    id: string