Created
March 4, 2020 12:03
-
-
Save jimmychu0807/fecca315cac001c98acbdd3a105fb646 to your computer and use it in GitHub Desktop.
Markdium-用 Substrate Front-end Template 轻松打造你的 React 应用
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
//外部交易函数 | |
// 这个参看回 `pallet/template/src/lib.rs` 的名字 | |
tx: api.tx.<模块名字>.<extrinsic 名字> | |
//外部交易函数的输入参数数组 | |
params: [...] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment