Module pallet_revive::pallet::dispatchables
source · Expand description
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.