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

    Interface MintPreview

    Preview of a mint transaction created by prepareMint.

    interface MintPreview {
        keysetId: string;
        method: string;
        outputData: OutputDataLike<HasKeysetKeys>[];
        payload: MintRequest;
        quote: string;
    }
    Index

    Properties

    keysetId: string

    Keyset ID used to prepare the outputs.

    method: string

    Blinding data required to construct proofs.

    payload: MintRequest

    Mint payload to be sent to the mint.

    quote: string

    Mint Quote ID.