@cashu/cashu-ts
Preparing search index...
V4ProofTemplate
Type Alias V4ProofTemplate
Template for a Proof inside a V4 Token.
type
V4ProofTemplate
=
{
a
:
number
;
c
:
Uint8Array
;
d
?:
V4DLEQTemplate
;
s
:
string
;
w
?:
string
;
}
Index
Properties
a
c
d?
s
w?
Properties
a
a
:
number
Amount.
c
c
:
Uint8Array
Signature.
Optional
d
d
?:
V4DLEQTemplate
DLEQ.
s
s
:
string
Secret.
Optional
w
w
?:
string
Witness.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
a
c
d
s
w
@cashu/cashu-ts
Loading...
Template for a Proof inside a V4 Token.