AppleSauce
    Preparing search index...

    A simple pool type that combines the subscription and publish methods

    type NostrPool = {
        publish: NostrPublishMethod;
        subscription: NostrSubscriptionMethod;
    }
    Index

    Properties