referrerpolicy=no-referrer-when-downgrade

Module pallet_revive::pallet::dispatchables

source ·
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

Functions§

  • Makes a call to an account, optionally transferring some balance.
  • Dispatch an call with the origin set to the callers fallback address.
  • A raw EVM transaction, typically dispatched by an Ethereum JSON-RPC server.
  • Instantiates a contract from a previously deployed wasm binary.
  • Instantiates a new contract from the supplied code optionally transferring some balance.
  • Register the callers account id so that it can be used in contract interactions.
  • Remove the code stored under code_hash and refund the deposit to its owner.
  • Privileged function that changes the code of an existing contract.
  • Unregister the callers account id in order to free the deposit.
  • Upload new code without instantiating a contract from it.