@cashu/cashu-ts
Preparing search index...
OutputDataLike
Interface OutputDataLike
interface
OutputDataLike
{
blindedMessage
:
SerializedBlindedMessage
;
blindingFactor
:
bigint
;
secret
:
Uint8Array
;
toProof
:
(
signature
:
SerializedBlindedSignature
,
keyset
:
MintKeys
|
Keyset
,
)
=>
Proof
;
}
Implemented by
OutputData
Index
Properties
blinded
Message
blinding
Factor
secret
to
Proof
Properties
blinded
Message
blindedMessage
:
SerializedBlindedMessage
blinding
Factor
blindingFactor
:
bigint
secret
secret
:
Uint8Array
to
Proof
toProof
:
(
signature
:
SerializedBlindedSignature
,
keyset
:
MintKeys
|
Keyset
,
)
=>
Proof
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blinded
Message
blinding
Factor
secret
to
Proof
@cashu/cashu-ts
Loading...