author-submit-extrinsic
Manually Submit an extrinsic to the network
Note
WE RECOMMEND USING THE AVAIL SDKs DIRECTLY
- The
author_submitExtrinsicRPC 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.
Note
KNOW THE DIFFERENCE
author_submitExtrinsic&author_submitAndWatchExtrinsicare 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.