Cashu-TS - v3.3.0
    Preparing search index...

    Type Alias MintQuoteBaseRequest

    Base mint quote request - all mint quote requests have these fields (NUT-04) and may have optional fields (NUT-20)

    type MintQuoteBaseRequest = {
        pubkey?: string;
        unit: string;
    }
    Index

    Properties

    Properties

    pubkey?: string

    Optional. Public key to lock the quote to (NUT-20).

    unit: string

    Unit to be minted.