ClearAbi

清除合约元数据中的 ABI 字段——仅影响节点查询,不影响链上历史。

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

清除合约元数据中的 ABI 字段。仅影响节点查询,不影响链上历史。

⚠️

ABI 不会从历史中真正消失

本接口只清除节点存储的合约元数据 ABI 字段——读者通过 wallet/getcontract 拿不到了,但合约创建交易里的 ABI 原始数据永远保留在链上历史中,可通过查询原始部署交易获取。请将本接口理解为"取消公开展示",而非"销毁"。


相关资源

Body Params
string
required

交易发起方地址。(格式:Base58 或 Hex)

string
required

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

boolean
Defaults to true

可选。设为 true 时以 Base58 格式显示地址;设为 false 时以 hex 格式显示。(默认值:false

int32

可选。用于多签账户操作的权限 ID。若未指定,默认使用所有者权限(0)。

Responses

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