libp2p
    Preparing search index...
    interface TransportTestFixtures {
        dialAddrs?: [Multiaddr, Multiaddr];
        dialer: Libp2pInit;
        dialMultiaddrMatcher: MultiaddrMatcher;
        listener?: Libp2pInit<ServiceMap>;
        listenMultiaddrMatcher: MultiaddrMatcher;
    }
    Index

    Properties

    dialAddrs?: [Multiaddr, Multiaddr]

    Addresses that will be used to dial listeners - both addresses must resolve to the same node

    dialer: Libp2pInit

    Config that creates a libp2p node that can dial a listener

    dialMultiaddrMatcher: MultiaddrMatcher

    Filter out any addresses that cannot be dialed by the transport

    Config that creates a libp2p node that can accept dials

    listenMultiaddrMatcher: MultiaddrMatcher

    Filter out any addresses that cannot be listened on by the transport