CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
RawTransaction
Variable RawTransaction
Const
RawTransaction
:
Codec
<
EncodableRecord
<
{
version
:
Codec
<
NumLike
,
number
>
;
cellDeps
:
Codec
<
CellDepLike
[]
,
CellDep
[]
>
;
headerDeps
:
Codec
<
BytesLike
[]
,
`
0x
${
string
}
`
[]
>
;
inputs
:
Codec
<
CellInputLike
[]
,
CellInput
[]
>
;
outputs
:
Codec
<
CellOutputLike
[]
,
CellOutput
[]
>
;
outputsData
:
Codec
<
BytesLike
[]
,
`
0x
${
string
}
`
[]
>
;
}
,
>
,
DecodedRecord
<
{
version
:
Codec
<
NumLike
,
number
>
;
cellDeps
:
Codec
<
CellDepLike
[]
,
CellDep
[]
>
;
headerDeps
:
Codec
<
BytesLike
[]
,
`
0x
${
string
}
`
[]
>
;
inputs
:
Codec
<
CellInputLike
[]
,
CellInput
[]
>
;
outputs
:
Codec
<
CellOutputLike
[]
,
CellOutput
[]
>
;
outputsData
:
Codec
<
BytesLike
[]
,
`
0x
${
string
}
`
[]
>
;
}
,
>
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
Docs
Playground
CCC Docs
Loading...