CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
TransactionLike
Type Alias TransactionLike
type
TransactionLike
=
{
version
?:
NumLike
|
null
;
cellDeps
?:
CellDepLike
[]
|
null
;
headerDeps
?:
HexLike
[]
|
null
;
inputs
?:
CellInputLike
[]
|
null
;
outputs
?:
|
(
Omit
<
CellOutputLike
,
"capacity"
>
&
Partial
<
Pick
<
CellOutputLike
,
"capacity"
>
,
>
)
[]
|
null
;
outputsData
?:
HexLike
[]
|
null
;
witnesses
?:
HexLike
[]
|
null
;
}
Index
Properties
version?
cell
Deps?
header
Deps?
inputs?
outputs?
outputs
Data?
witnesses?
Properties
Optional
version
version
?:
NumLike
|
null
Optional
cell
Deps
cellDeps
?:
CellDepLike
[]
|
null
Optional
header
Deps
headerDeps
?:
HexLike
[]
|
null
Optional
inputs
inputs
?:
CellInputLike
[]
|
null
Optional
outputs
outputs
?:
|
(
Omit
<
CellOutputLike
,
"capacity"
>
&
Partial
<
Pick
<
CellOutputLike
,
"capacity"
>
,
>
)
[]
|
null
Optional
outputs
Data
outputsData
?:
HexLike
[]
|
null
Optional
witnesses
witnesses
?:
HexLike
[]
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
version
cell
Deps
header
Deps
inputs
outputs
outputs
Data
witnesses
GitHub
App
Docs
Playground
CCC Docs
Loading...