ClearAbi

将合约的 ABI 设置为空.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
❗️

注意

执行 ClearAbi 并不等同于永久删除。由于区块链的不可篡改性,任何人仍能通过查询合约部署时的原始交易来获取其 ABI 信息。

返回值

返回对象:Transaction(未签名交易)

交易通用字段详见交易 章节。

ClearABIContract类型特有字段:交易中 raw_data.contract[0].parameter.value包含合约调用参数:

字段类型描述
owner_addressstring账户所有者的地址。(格式: Base58 或 Hex)
contract_addressstring合约地址。(格式: Base58 或 Hex)
Body Params
string
required

账户所有者的地址。(格式: Base58 或 Hex)。
例如:TSNEe5Tf4rnc9zPMNXfaTF5fZfHDDH8oyW

string
required

合约地址。(格式: Base58 或 Hex)。
例如:TG3XXyExBkPp9nzdajDZsozEu4BkaSJozs

boolean
Defaults to true

设置为 true 则地址将以 Base58 格式显示;设置为 false 则以 Hex 格式显示。(默认值: false)

int32

可选参数,用于多重签名的权限 ID。(默认值:Owner 权限)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json