Documentation
    Preparing search index...

    Interface NdrRelayTransportOptions

    interface NdrRelayTransportOptions {
        fetchTimeoutMs?: number;
        publishSecretKey?: Uint8Array<ArrayBufferLike>;
        relayPool: DmRelayPool;
        relays?: string[];
    }
    Index

    Properties

    fetchTimeoutMs?: number
    publishSecretKey?: Uint8Array<ArrayBufferLike>
    relayPool: DmRelayPool
    relays?: string[]