Cashu-TS - v4.0.0-rc3
Preparing search index...
index
ReceiveConfig
Type Alias ReceiveConfig
Configuration for receive operations.
type
ReceiveConfig
=
{
keysetId
?:
string
;
onCountersReserved
?:
OnCountersReserved
;
privkey
?:
string
|
string
[]
;
proofsWeHave
?:
Pick
<
Proof
,
"amount"
>
[]
;
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
?:
Pick
<
Proof
,
"amount"
>
[]
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-TS - v4.0.0-rc3
Loading...
Configuration for receive operations.