CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc spore
advanced
prepareCluster
Function prepareCluster
prepareCluster
(
signer
:
Signer
,
tx
:
Transaction
,
data
:
SporeDataView
,
clusterMode
?:
"lockProxy"
|
"clusterCell"
|
"skip"
,
scriptInfoHash
?:
BytesLike
,
)
:
Promise
<
|
undefined
|
{}
&
{
scriptInfoHash
:
BytesLike
;
scriptHash
:
BytesLike
;
data
:
BytesLike
;
}
,
>
Parameters
signer
:
Signer
tx
:
Transaction
data
:
SporeDataView
Optional
clusterMode
:
"lockProxy"
|
"clusterCell"
|
"skip"
Optional
scriptInfoHash
:
BytesLike
Returns
Promise
<
|
undefined
|
{}
&
{
scriptInfoHash
:
BytesLike
;
scriptHash
:
BytesLike
;
data
:
BytesLike
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
App
Docs
Playground
CCC Docs
Loading...