Expand description

Offers macros that build extrinsics for custom runtime modules based on the metadata.

Re-exports

Macros

  • Generates the extrinsic’s call field for a given module and call passed as &str
  • Generates an Unchecked extrinsic for a given module and call passed as a &str.
  • Generates an Unchecked extrinsic for a given call
  • Convert the given values to a [RpcParams] as expected by a Rpc Client (http or websocket).