Struct ink_env::call::CallParams[][src]

pub struct CallParams<E, Args, R> where
    E: Environment
{ /* fields omitted */ }
Expand description

The final parameters to the cross-contract call.

Implementations

Invokes the contract with the given built-up call parameters.

Note

Prefer invoke over eval if the called contract message does not return anything because it is more efficient.

Evaluates the contract with the given built-up call parameters.

Returns the result of the contract execution.

Note

Prefer invoke over eval if the called contract message does not return anything because it is more efficient.

Trait Implementations

Formats the value using the given formatter. Read more

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

Performs the conversion.

Performs the conversion.

Should always be Self

Convert from a value of T into an equivalent instance of Self. Read more

Consume self to return an equivalent value of T. Read more

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.

Consume self to return an equivalent value of T.