如何讓現在 polkadotJS App 連到 Substrate v2.0.0? #22
Answered
by
jimmychu0807
jimmychu0807
asked this question in
Substrate/Polkadot 技术问题
-
在 polkadot js 内作 balance transfer 会报以下错误:
|
Beta Was this translation helpful? Give feedback.
Answered by
jimmychu0807
Mar 8, 2021
Replies: 1 comment
-
在 polkadot js app 内加回 custom type: {
"Address": "AccountId",
"LookupSource": "AccountId"
} 就可让 polkadot js app 连到 substrate / substrate-node-template v2.0.0。测试過能作 balance transfer 及 templateModule 内的 如果不设 custom types,会报错。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jimmychu0807
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在 polkadot js app 内加回 custom type:
就可让 polkadot js app 连到 substrate / substrate-node-template v2.0.0。测试過能作 balance transfer 及 templateModule 内的
doSomething()
。如果不设 custom types,会报错。