Skip to content

Instantly share code, notes, and snippets.

@jimmychu0807
Created March 4, 2020 12:03
Show Gist options
  • Save jimmychu0807/f5a9c3a78df4985c3f5cec348e0f7032 to your computer and use it in GitHub Desktop.
Save jimmychu0807/f5a9c3a78df4985c3f5cec348e0f7032 to your computer and use it in GitHub Desktop.
Markdium-用 Substrate Front-end Template 轻松打造你的 React 应用
let unsubscribe;
api.query.templateModule.something(function(val) {
// 回调函数
// 在这里设置 UI 里使用的变量。
}).then(unsub => {
//取消订阅函数
unsubscribe = unsub;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment