Cashu-TS - v4.0.0-rc3
    Preparing search index...

    Type Alias MeltProofsConfig

    Configuration for melting operations.

    type MeltProofsConfig = {
        keysetId?: string;
        onCountersReserved?: OnCountersReserved;
        privkey?: string | string[];
    }
    Index

    Properties

    keysetId?: string
    onCountersReserved?: OnCountersReserved
    privkey?: string | string[]