CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
advanced
JsonRpcIndexerSearchKey
Type Alias JsonRpcIndexerSearchKey
type
JsonRpcIndexerSearchKey
=
{
script
:
JsonRpcScript
;
script_type
:
"lock"
|
"type"
;
script_search_mode
?:
"prefix"
|
"exact"
|
"partial"
;
filter
?:
JsonRpcIndexerSearchKeyFilter
;
with_data
?:
boolean
;
}
Index
Properties
script
script_
type
script_
search_
mode?
filter?
with_
data?
Properties
script
script
:
JsonRpcScript
script_
type
script_type
:
"lock"
|
"type"
Optional
script_
search_
mode
script_search_mode
?:
"prefix"
|
"exact"
|
"partial"
Optional
filter
filter
?:
JsonRpcIndexerSearchKeyFilter
Optional
with_
data
with_data
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
script
script_
type
script_
search_
mode
filter
with_
data
GitHub
App
Docs
Playground
CCC Docs
Loading...