Applesauce
    Preparing search index...

    Interface CreateWalletOptions

    Options for creating a new NIP-60 wallet

    interface CreateWalletOptions {
        mints: string[];
        privateKey?: Uint8Array<ArrayBufferLike>;
        relays?: string[];
    }
    Index

    Properties

    mints: string[]

    The mints the wallet will use

    privateKey?: Uint8Array<ArrayBufferLike>

    An optional P2PK private key, required for receiving nutzaps

    relays?: string[]

    The relays the wallet should publish its events to