CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
advanced
JsonRpcIndexerFindTransactionsResponse
Type Alias JsonRpcIndexerFindTransactionsResponse
type
JsonRpcIndexerFindTransactionsResponse
=
{
last_cursor
:
string
;
objects
:
{
tx_hash
:
Hex
;
block_number
:
Hex
;
tx_index
:
Hex
;
io_type
:
"input"
|
"output"
;
io_index
:
Hex
;
}
[]
;
}
Index
Properties
last_
cursor
objects
Properties
last_
cursor
last_cursor
:
string
objects
objects
:
{
tx_hash
:
Hex
;
block_number
:
Hex
;
tx_index
:
Hex
;
io_type
:
"input"
|
"output"
;
io_index
:
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...