Skip to Content
API ReferenceAvail node API referenceauthor-submit-and-watch-extrinsic

Manually submit an extrinsic to the network and wait for finalization

🚫

author_submitAndWatchExtrinsic IS NOT RECOMMENDED FOR USE RIGHT NOW

  1. Avail builds on top of the Polkadot SDK  (formerly known as Substrate) and implements most of it’s underlying calls and extrinsics.
  2. The author_submitAndWatchExtrinsic RPC call is known to be buggy and unreliable, and as such, not recommended for use.
  3. We recommend most devs use our dedicated SDKs instead of trying to use this RPC call directly.
  4. You can read more about the problem in this Github issue: https://github.com/paritytech/subxt/issues/1668 
  5. Since the problem is upstream, we can’t fix it directly.
  6. We will keep this page updated with any new information :)
Last updated on