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/keysets
endpointcounter
: 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?
optional
counter:number
Defined in: cashu-ts/src/model/types/index.ts:125
keysetId?
optional
keysetId:string
Defined in: cashu-ts/src/model/types/index.ts:124
privkey?
optional
privkey:string
Defined in: cashu-ts/src/model/types/index.ts:126