AppleSauce
    Preparing search index...

    Interface NostrConnectionClassMethods

    A class that implements has global fallback methods for subscription and publish methods

    interface NostrConnectionClassMethods {
        new NostrConnectionClassMethods(...args: any[]): any;
        pool: undefined | NostrPool;
        publishMethod: undefined | NostrPublishMethod;
        subscriptionMethod: undefined | NostrSubscriptionMethod;
    }
    Index

    Constructors

    Properties

    pool: undefined | NostrPool

    A fallback pool to use if none is pass in when creating the signer

    publishMethod: undefined | NostrPublishMethod

    A fallback method to use for publishMethod if none is passed in when creating the client

    subscriptionMethod: undefined | NostrSubscriptionMethod

    A fallback method to use for subscriptionMethod if none is passed in when creating the client