AppleSauce
    Preparing search index...

    Type Alias TRelayErrorResponse

    Base response structure for all NIP-86 responses

    type TRelayErrorResponse = {
        error: string;
        result: null;
    }
    Index

    Properties

    Properties

    error: string

    Error message, non-null in case of error

    result: null