-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display the script transaction's type arguments #115
Comments
@jolestar 麻烦提供一下这个截图的stcscan的url地址 |
@jolestar 随机对比了 2 种 event, type_tag 差异很大,如下: "0x00000000000000000000000000000001::Oracle::OracleUpdateEvent<0x82e35b34096f32c42061717c06e44a59::BTC_USD::BTC_USD, u128>" "0x00000000000000000000000000000001::Account::DepositEvent" 是否可以理解成标准格式定义是只有三层:data::module::event,event = OracleUpdateEvent<0x82e35b34096f32c42061717c06e44a59::BTC_USD::BTC_USD, u128> ps:去哪去了解这些原始的定义 |
@jolestar 另,OracleUpdateEvent、NFTHarvestEvent 等在 starcoin.js 的 repo 中 onchain_events 中没有类似的定义,这部分定义在哪能看?sdk 需要补充? https://github.com/starcoinorg/starcoin.js/blob/master/src/lib/runtime/onchain_events/index.ts |
|
接口返回空?给一下调用 contract.resolve_struct 的参数,泛型有指定么? |
The text was updated successfully, but these errors were encountered: