我在代码中使用hedera,对于Accountid0.1261794只获得两个事务,其中与0.1261794帐户相关联的公开密钥e2cc4c84391f5d9fd74dcf8199fb0bcd9c629f4d9aaa223649aad2814c56e6ba,返回超过20个事务。
帐户API - https://mainnet-public.mirrornode.hedera.com/api/v1/accounts?account.id=0.0.1261794
事务API (AccountId) - https://mainnet-public.mirrornode.hedera.com/api/v1/transactions?account.id=0.0.1261794
事务API (PublicKey) - https://mainnet-public.mirrornode.hedera.com/api/v1/transactions?account.publickey=e2cc4c84391f5d9fd74dcf8199fb0bcd9c629f4d9aaa223649aad2814c56e6ba
对于资源管理器,它只显示了两个事务。https://hederaexplorer.io/search-details/account/0.0.1261794
谢谢Umang
发布于 2022-09-14 18:56:50
另一个网络资源管理器还确认只有两个事务与您提供的帐户ID相关联:https://hashscan.io/#/mainnet/account/0.0.1261794
造成这种行为的一个可能原因是,在Hedera上,帐户和密钥的概念是分开的。这意味着:
发布于 2022-09-30 07:54:37
/transactions并不真正支持account.publickey过滤,我们可能应该返回状态代码400,而不是把它当作是/transactions。
这个会修好的。谢谢你强调这个问题。
https://stackoverflow.com/questions/73711251
复制相似问题