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

    Type Alias MeltProofsConfig

    Configuration for melting operations.

    type MeltProofsConfig = {
        keysetId?: string;
        onChangeOutputsCreated?: (blanks: MeltBlanks) => void;
        onCountersReserved?: OnCountersReserved;
    }
    Index

    Properties

    keysetId?: string
    onChangeOutputsCreated?: (blanks: MeltBlanks) => void
    onCountersReserved?: OnCountersReserved