GitHub
App
Preparing search index...
The search index is not available
CCC Docs
CCC Docs
@ckb-ccc core
index
ccc
TransactionLike
Type Alias TransactionLike
Transaction
Like
:
{
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
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
CCC Docs
Loading...