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

    Type Alias MintRequest

    Payload that needs to be sent to the mint when requesting a mint.

    type MintRequest = {
        outputs: SerializedBlindedMessage[];
        quote: string;
        signature?: string;
    }
    Index

    Properties

    Outputs (blinded messages) to be signed by the mint.

    quote: string

    Quote ID received from the mint.

    signature?: string

    Optional. Signature for the Public key the quote is locked to (NUT-20)