@cashlab/common
Preparing search index...
InputParamsWithLibAuthUnlocker
Type Alias InputParamsWithLibAuthUnlocker<OutputType, CompilerType, CompilationDataType>
InputParamsWithLibAuthUnlocker
:
InputParams
<
OutputType
>
&
{
unlocker_type
:
LIBAUTH_UNLOCKER
;
getUnlockBytecodeCompilationDirective
(
input_index
:
number
,
input
:
InputParams
<
OutputType
>
,
inputs
:
InputParams
<
Output
>
[]
,
outputs
:
Output
[]
,
txparams
:
{
locktime
:
number
;
version
:
number
}
,
)
:
{
compiler
:
CompilerType
;
data
?:
CompilationDataType
;
script
:
string
}
;
}
Type Parameters
OutputType
CompilerType
=
libauthCompilerBCH
CompilationDataType
=
libauthCompilationData
<
never
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@cashlab/common
Loading...