You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably best without any Api struct . And to test it, a separate std part where the extrinsic gets sent would be awesome.
E.g.
// no-stdfncreate_extrinisc(){// create extrinsic completely without any api}// stdfnrun_send_extrinisc(){// execute create_extrinisc and send it to node (with Api struct)}
The text was updated successfully, but these errors were encountered:
Probably best without any
Api
struct . And to test it, a separate std part where the extrinsic gets sent would be awesome.E.g.
The text was updated successfully, but these errors were encountered: