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

    Type Alias WebSocketSupport

    WebSocket supported methods.

    type WebSocketSupport = {
        commands: string[];
        method: string;
        unit: string;
    }
    Index

    Properties

    Properties

    commands: string[]
    method: string
    unit: string