Documentation
    Preparing search index...

    Interface CordnRelayCoordinatorOptions

    interface CordnRelayCoordinatorOptions {
        fetchTimeoutMs?: number;
        kind?: number;
        ownerSecretKey: Uint8Array;
        relayPool: DmRelayPool;
        relays?: string[];
    }
    Index

    Properties

    fetchTimeoutMs?: number
    kind?: number
    ownerSecretKey: Uint8Array
    relayPool: DmRelayPool
    relays?: string[]