mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 00:11:01 +00:00
Contracts: COMPLEXITY.md (#905)
* Initial sketch. * More work. * Grammar. * Fix. * Fix grammar.
This commit is contained in:
committed by
Gav Wood
parent
0c7389e108
commit
89fd3a78d5
@@ -270,7 +270,7 @@ impl<T: Trait> Module<T> {
|
||||
|
||||
/// Create a new contract, optionally transfering some balance to the created account.
|
||||
///
|
||||
/// Creation is executed as follows:ExecutionContext
|
||||
/// Creation is executed as follows:
|
||||
///
|
||||
/// - the destination address is computed based on the sender and hash of the code.
|
||||
/// - account is created at the computed address.
|
||||
|
||||
Reference in New Issue
Block a user