@cashu/cashu-ts
    Preparing search index...

    Type Alias GetInfoResponse

    Response from mint at /info endpoint.

    type GetInfoResponse = {
        contact: MintContactInfo[];
        description?: string;
        description_long?: string;
        icon_url?: string;
        motd?: string;
        name: string;
        nuts: {
            "10"?: { supported: boolean };
            "11"?: { supported: boolean };
            "12"?: { supported: boolean };
            "14"?: { supported: boolean };
            "15"?: { methods: MPPMethod[] };
            "17"?: { supported: WebSocketSupport[] };
            "20"?: { supported: boolean };
            "22"?: {
                bat_max_mint: number;
                protected_endpoints: { method: "GET" | "POST"; path: string }[];
            };
            "4": { disabled: boolean; methods: SwapMethod[] };
            "5": { disabled: boolean; methods: SwapMethod[] };
            "7"?: { supported: boolean };
            "8"?: { supported: boolean };
            "9"?: { supported: boolean };
        };
        pubkey: string;
        version: string;
    }
    Index

    Properties

    contact: MintContactInfo[]
    description?: string
    description_long?: string
    icon_url?: string
    motd?: string
    name: string
    nuts: {
        "10"?: { supported: boolean };
        "11"?: { supported: boolean };
        "12"?: { supported: boolean };
        "14"?: { supported: boolean };
        "15"?: { methods: MPPMethod[] };
        "17"?: { supported: WebSocketSupport[] };
        "20"?: { supported: boolean };
        "22"?: {
            bat_max_mint: number;
            protected_endpoints: { method: "GET" | "POST"; path: string }[];
        };
        "4": { disabled: boolean; methods: SwapMethod[] };
        "5": { disabled: boolean; methods: SwapMethod[] };
        "7"?: { supported: boolean };
        "8"?: { supported: boolean };
        "9"?: { supported: boolean };
    }
    pubkey: string
    version: string