Marmot-TS
    Preparing search index...

    Interface CreateGiftWrapOptions

    Options for creating a gift wrap event for a welcome message.

    interface CreateGiftWrapOptions {
        opts?: MetaTagOptions;
        recipient: string;
        rumor: Rumor;
        signer: EventSigner;
    }
    Index

    Utilities

    opts?: MetaTagOptions

    Optional gift wrap options

    recipient: string

    The recipient's public key (hex string)

    rumor: Rumor

    The unsigned welcome event (kind 444) to wrap

    signer: EventSigner

    The signer for creating the gift wrap