pub struct CreateBuilder<E, CodeHash, GasLimit, Endowment, Args, Salt, R>where
    E: Environment,
{ /* private fields */ }
Expand description

Builds up contract instantiations.

Implementations

Sets the used code hash for the contract instantiation.

Sets the maximum allowed gas costs for the contract instantiation.

Sets the value transferred upon the execution of the call.

Sets the value transferred upon the execution of the call.

Sets the value transferred upon the execution of the call.

Sets the value transferred upon the execution of the call.

Instantiates the contract using the given instantiation parameters.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.