@ccw-api/api
Preparing search index...
community-web/smart_contract/create
createSmartContract
Function createSmartContract
createSmartContract
(
bizId
:
string
,
title
:
string
,
type
:
SmartContractType
,
bizType
?:
"CREATION"
,
)
:
Promise
<
Res
>
创建智能合约
Parameters
bizId
:
string
业务 ID(如作品 OID)
title
:
string
合约标题
type
:
SmartContractType
合约类型
bizType
:
"CREATION"
= "CREATION"
业务类型,CREATION
Returns
Promise
<
Res
>
创建的智能合约信息
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ccw-api/api
Loading...
创建智能合约