how to do a nomination pool? #620
Closed
lucasportella
started this conversation in
General
Replies: 1 comment
-
|
Hey, you can check for the future what custom errors mean by looking at the Wiki : https://github.com/availproject/avail/wiki/Transaction-Custom-IDs It means you are using an appId different than 0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
got running the exemple next js project that shows how to do a send, tried to change the line
const tx = api.tx.dataAvailability.submitData("0x123456")to
const tx = api.tx.nominationPools.join(100, 5)the method "join" has been working in my other app with polkadot and kusama(although we use the ApiPromise from polkadot lib)
the error I get is:

am I missing something or there is a bug?
Beta Was this translation helpful? Give feedback.
All reactions