Skip to content

Instantly share code, notes, and snippets.

@jimmychu0807
Created March 4, 2020 12:06
Show Gist options
  • Save jimmychu0807/2002d5209795c9fb1bfed0e184931f74 to your computer and use it in GitHub Desktop.
Save jimmychu0807/2002d5209795c9fb1bfed0e184931f74 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