Cashu-TS - v3.3.0
Preparing search index...
index
MeltBlanks
Interface MeltBlanks<T>
Deprecated
Use wallet.prepareMelt() and store the MeltPreview instead.
interface
MeltBlanks
<
T
extends
MeltQuoteBaseResponse
=
MeltQuoteBolt11Response
>
{
keyset
:
Keyset
;
method
:
"bolt11"
|
"bolt12"
;
outputData
:
OutputDataLike
<
HasKeysetKeys
>
[]
;
payload
:
MeltRequest
;
quote
:
T
;
}
Type Parameters
T
extends
MeltQuoteBaseResponse
=
MeltQuoteBolt11Response
Index
Properties
keyset
method
output
Data
payload
quote
Properties
keyset
keyset
:
Keyset
method
method
:
"bolt11"
|
"bolt12"
output
Data
outputData
:
OutputDataLike
<
HasKeysetKeys
>
[]
payload
payload
:
MeltRequest
quote
quote
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
keyset
method
output
Data
payload
quote
Cashu-TS - v3.3.0
Loading...
Deprecated
Use wallet.prepareMelt() and store the MeltPreview instead.