Optional parameters for configuring the send operation:
outputAmounts (OutputAmounts): Specify the amounts to keep and send in the output.
counter (number): Set a counter to derive secrets deterministically. Requires the CashuWallet
class to be initialized with a seed phrase.
proofsWeHave (Array): Provide all currently stored proofs for the mint. Used to derive
optimal output amounts.
pubkey (string): Lock eCash to a specified public key. Note that this will not be
deterministic, even if a counter is set.
privkey (string): Create a signature for the output secrets if provided.
keysetId (string): Override the keyset ID derived from the current mint keys with a custom one.
The keyset ID should be fetched from the /keysets endpoint.
offline (boolean): Send proofs offline, if enabled.
includeFees (boolean): Include fees in the response, if enabled.
includeDleq (boolean): Include DLEQ proofs in the proofs to be sent, if enabled.
outputData : Specify your own OutputData (blinded messages)
p2pk : Specify options to lock the proofs according to NUT-11.
Param: options
Optional parameters for configuring the send operation:
outputAmounts
(OutputAmounts): Specify the amounts to keep and send in the output.counter
(number): Set a counter to derive secrets deterministically. Requires theCashuWallet
class to be initialized with a seed phrase.proofsWeHave
(Arraypubkey
(string): Lock eCash to a specified public key. Note that this will not be deterministic, even if a counter is set.privkey
(string): Create a signature for the output secrets if provided.keysetId
(string): Override the keyset ID derived from the current mint keys with a custom one. The keyset ID should be fetched from the/keysets
endpoint.offline
(boolean): Send proofs offline, if enabled.includeFees
(boolean): Include fees in the response, if enabled.includeDleq
(boolean): Include DLEQ proofs in the proofs to be sent, if enabled.outputData
: Specify your own OutputData (blinded messages)p2pk
: Specify options to lock the proofs according to NUT-11.