@cashlab/moria
Preparing search index...
moria1
compiler
buildP2NFTHInputsWithUnlocker
Function buildP2NFTHInputsWithUnlocker
buildP2NFTHInputsWithUnlocker
(
context
:
MoriaCompilerContext
,
nft_input_index
:
number
,
next_input_index
:
number
,
entry
:
Pay2NFTHWithdrawEntry
,
)
:
{
inputs
:
InputParamsWithUnlocker
[]
;
next_input_index
:
number
;
nfts
:
UTXOWithNFT
[]
;
}
Parameters
context
:
MoriaCompilerContext
nft_input_index
:
number
next_input_index
:
number
entry
:
Pay2NFTHWithdrawEntry
Returns
{
inputs
:
InputParamsWithUnlocker
[]
;
next_input_index
:
number
;
nfts
:
UTXOWithNFT
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@cashlab/moria
Loading...