GitHub
App
Preparing search index...
The search index is not available
CCC Docs
CCC Docs
@ckb-ccc core
index
ccc
LumosTransactionSkeletonType
Interface LumosTransactionSkeletonType
interface
LumosTransactionSkeletonType
{
cellDeps
:
{
toArray
(
)
:
CellDepLike
[]
;
}
;
headerDeps
:
{
toArray
(
)
:
BytesLike
[]
;
}
;
inputs
:
{
toArray
(
)
:
{
outPoint
?:
OutPointLike
;
cellOutput
:
CellOutputLike
;
data
:
BytesLike
;
}
[]
;
}
;
inputSinces
:
{
get
(
i
:
number
,
defaultVal
:
string
)
:
BytesLike
;
}
;
outputs
:
{
toArray
(
)
:
{
cellOutput
:
CellOutputLike
;
data
:
BytesLike
;
}
[]
;
}
;
witnesses
:
{
toArray
(
)
:
BytesLike
[]
;
}
;
}
Index
Properties
cell
Deps
header
Deps
inputs
input
Sinces
outputs
witnesses
Properties
cell
Deps
cell
Deps
:
{
toArray
(
)
:
CellDepLike
[]
;
}
header
Deps
header
Deps
:
{
toArray
(
)
:
BytesLike
[]
;
}
inputs
inputs
:
{
toArray
(
)
:
{
outPoint
?:
OutPointLike
;
cellOutput
:
CellOutputLike
;
data
:
BytesLike
;
}
[]
;
}
input
Sinces
input
Sinces
:
{
get
(
i
:
number
,
defaultVal
:
string
)
:
BytesLike
;
}
outputs
outputs
:
{
toArray
(
)
:
{
cellOutput
:
CellOutputLike
;
data
:
BytesLike
;
}
[]
;
}
witnesses
witnesses
:
{
toArray
(
)
:
BytesLike
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cell
Deps
header
Deps
inputs
input
Sinces
outputs
witnesses
GitHub
App
CCC Docs
Loading...