Expand description
Functions§
- call
- Makes a call to an account, optionally transferring some balance.
- call_
old_ weight - Deprecated version if [
Self::call
] for use in an in-storageCall
. - instantiate
- Instantiates a contract from a previously deployed wasm binary.
- instantiate_
old_ weight - Deprecated version if [
Self::instantiate
] for use in an in-storageCall
. - instantiate_
with_ code - Instantiates a new contract from the supplied
code
optionally transferring some balance. - instantiate_
with_ code_ old_ weight - Deprecated version if [
Self::instantiate_with_code
] for use in an in-storageCall
. - migrate
- When a migration is in progress, this dispatchable can be used to run migration steps.
Calls that contribute to advancing the migration have their fees waived, as it’s helpful
for the chain. Note that while the migration is in progress, the pallet will also
leverage the
on_idle
hooks to run migration steps. - remove_
code - Remove the code stored under
code_hash
and refund the deposit to its owner. - set_
code - Privileged function that changes the code of an existing contract.
- upload_
code - Upload new
code
without instantiating a contract from it.