@cashu/cashu-ts
    Preparing search index...

    Type Alias MintPayload

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

    type MintPayload = {
        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

    Public key the quote is locked to.