Manually submit an extrinsic to the network
WE RECOMMEND USING THE AVAIL SDKs DIRECTLY
- The
author_submitExtrinsic
RPC call is a low-level API that allows you to manually submit any extrinsic to the Avail network using a signed hash. - We recommend using our dedicated SDKs instead of using this RPC call directly for convenience.
- The SDKs themselves use this RPC call internally, and offer a higher level of abstraction for interacting with the network.
KNOW THE DIFFERENCE
author_submitExtrinsic
&author_submitAndWatchExtrinsic
are different RPC calls that serve different, but similar purposes.- We recommend not using the latter directly either. You can read about the problems with it in this page in our docs.
Last updated on