Documentation
    Preparing search index...

    Interface SignMessageRpcResponseError

    interface SignMessageRpcResponseError {
        error: {
            code: SIGN_MESSAGE_ERROR_CODES;
            data?: unknown;
            message: string;
        };
        id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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