MeltProofOptions
@cashu/cashu-ts / MeltProofOptions
Type Alias: MeltProofOptions
MeltProofOptions =
object
Defined in: cashu-ts/src/model/types/index.ts:123
Param
Optional parameters for configuring the Melting Proof operation:
keysetId: override the keysetId derived from the current mintKeys with a custom one. This should be a keyset that was fetched from the/keysetsendpointcounter: optionally set counter to derive secret deterministically. CashuWallet class must be initialized with seed phrase to take effectprivkey: will create a signature on the proofs secrets if set
Properties
counter?
optionalcounter:number
Defined in: cashu-ts/src/model/types/index.ts:125
keysetId?
optionalkeysetId:string
Defined in: cashu-ts/src/model/types/index.ts:124
privkey?
optionalprivkey:string
Defined in: cashu-ts/src/model/types/index.ts:126