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

    Type Alias BlindAuthMintPayload

    Payload that needs to be sent to the mint when requesting blind auth tokens.

    type BlindAuthMintPayload = {
        outputs: SerializedBlindedMessage[];
    }
    Index

    Properties

    Properties

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