CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
ClientFindTransactionsResponse
Type Alias ClientFindTransactionsResponse
type
ClientFindTransactionsResponse
=
{
lastCursor
:
string
;
transactions
:
{
txHash
:
Hex
;
blockNumber
:
Num
;
txIndex
:
Num
;
isInput
:
boolean
;
cellIndex
:
Num
;
}
[]
;
}
Index
Properties
last
Cursor
transactions
Properties
last
Cursor
lastCursor
:
string
transactions
transactions
:
{
txHash
:
Hex
;
blockNumber
:
Num
;
txIndex
:
Num
;
isInput
:
boolean
;
cellIndex
:
Num
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
last
Cursor
transactions
GitHub
App
Docs
Playground
CCC Docs
Loading...