mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-08-06 06:05:47 +00:00
Finish off srml-contract create -> instantiate renamings (#3649)
* Finish off srml-contract create -> instantiate renamings * bumped spec_version
This commit is contained in:
@@ -580,9 +580,9 @@ decl_module! {
|
||||
.map_err(|e| e.reason)
|
||||
}
|
||||
|
||||
/// Creates a new contract from the `codehash` generated by `put_code`, optionally transferring some balance.
|
||||
/// Instantiates a new contract from the `codehash` generated by `put_code`, optionally transferring some balance.
|
||||
///
|
||||
/// Creation is executed as follows:
|
||||
/// Instantiation is executed as follows:
|
||||
///
|
||||
/// - The destination address is computed based on the sender and hash of the code.
|
||||
/// - The smart-contract account is created at the computed address.
|
||||
|
||||
Reference in New Issue
Block a user