【发布时间】:2021-09-09 07:03:28
【问题描述】:
我正在尝试调试以下交易的气体使用情况:https://explorer.near.org/transactions/HLCCBGUQLE1jUPJ7cSeaH9VPt4AAGhBLehB2F6zrx58H,通过从存档节点请求状态并打算在沙箱上对其进行修补,但是,RPC 返回以下错误:
{
code: -32000,
message: "Server error",
data: "State of contract jerry.zest.near is too large to be viewed",
}
我找不到对状态进行分页的选项。有什么建议吗?
【问题讨论】:
标签: nearprotocol