@resonatehq/sdk
    Preparing search index...

    Interface Network

    interface Network {
        anycast: string;
        recv: Recv;
        send: Send;
        unicast: string;
        init(): Promise<void>;
        match(target: string): string;
        stop(): Promise<void>;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    anycast: string
    recv: Recv
    send: Send
    unicast: string

    Methods