CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
advanced
JsonRpcIndexerFindTransactionsGroupedResponse
Type Alias JsonRpcIndexerFindTransactionsGroupedResponse
type
JsonRpcIndexerFindTransactionsGroupedResponse
=
{
last_cursor
:
string
;
objects
:
{
tx_hash
:
Hex
;
block_number
:
Hex
;
tx_index
:
Hex
;
cells
:
[
"input"
|
"output"
,
Hex
]
[]
;
}
[]
;
}
Index
Properties
last_
cursor
objects
Properties
last_
cursor
last_cursor
:
string
objects
objects
:
{
tx_hash
:
Hex
;
block_number
:
Hex
;
tx_index
:
Hex
;
cells
:
[
"input"
|
"output"
,
Hex
]
[]
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
last_
cursor
objects
GitHub
App
Docs
Playground
CCC Docs
Loading...