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

    Type Alias SwapPayload

    Payload that needs to be sent to the mint when performing a split action.

    type SwapPayload = {
        inputs: Proof[];
        outputs: SerializedBlindedMessage[];
    }
    Index

    Properties

    Properties

    inputs: Proof[]

    Inputs to the split operation.

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