Manually submit an extrinsic to the network and wait for finalization
🚫
author_submitAndWatchExtrinsic
IS NOT RECOMMENDED FOR USE RIGHT NOW
- Avail builds on top of the Polkadot SDK  (formerly known as Substrate) and implements most of it’s underlying calls and extrinsics.
- The
author_submitAndWatchExtrinsic
RPC call is known to be buggy and unreliable, and as such, not recommended for use. - We recommend most devs use our dedicated SDKs instead of trying to use this RPC call directly.
- You can read more about the problem in this Github issue: https://github.com/paritytech/subxt/issues/1668 
- Since the problem is upstream, we can’t fix it directly.
- We will keep this page updated with any new information :)
Last updated on