CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc coin
CoinOptionsScript
Type Alias CoinOptionsScript
Script configurations for
Coin
.
type
CoinOptionsScript
=
{
knownScript
?:
ccc.KnownScript
|
null
;
script
:
{
codeHash
?:
ccc.HexLike
|
null
;
hashType
?:
ccc.HashTypeLike
|
null
;
args
:
ccc.BytesLike
;
}
;
cellDeps
?:
ccc.CellDepLike
[]
|
null
;
}
Index
Properties
known
Script?
script
cell
Deps?
Properties
Optional
known
Script
knownScript
?:
ccc.KnownScript
|
null
script
script
:
{
codeHash
?:
ccc.HexLike
|
null
;
hashType
?:
ccc.HashTypeLike
|
null
;
args
:
ccc.BytesLike
;
}
Optional
cell
Deps
cellDeps
?:
ccc.CellDepLike
[]
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
known
Script
script
cell
Deps
GitHub
App
Docs
Playground
CCC Docs
Loading...
Script configurations for Coin.