AppleSauce
    Preparing search index...

    Type Alias NostrConnectAccountSignerData

    type NostrConnectAccountSignerData = {
        clientKey: string;
        relays: string[];
        remote: string;
    }
    Index

    Properties

    clientKey: string
    relays: string[]
    remote: string