@cashu/cashu-ts
Preparing search index...
ReceiveConfig
Type Alias ReceiveConfig
Configuration for receive operations.
type
ReceiveConfig
=
{
keysetId
?:
string
;
onCountersReserved
?:
OnCountersReserved
;
privkey
?:
string
|
string
[]
;
proofsWeHave
?:
Proof
[]
;
requireDleq
?:
boolean
;
}
Index
Properties
keyset
Id?
on
Counters
Reserved?
privkey?
proofs
We
Have?
require
Dleq?
Properties
Optional
keyset
Id
keysetId
?:
string
Optional
on
Counters
Reserved
onCountersReserved
?:
OnCountersReserved
Optional
privkey
privkey
?:
string
|
string
[]
Optional
proofs
We
Have
proofsWeHave
?:
Proof
[]
Optional
require
Dleq
requireDleq
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
keyset
Id
on
Counters
Reserved
privkey
proofs
We
Have
require
Dleq
@cashu/cashu-ts
Loading...
Configuration for receive operations.