Type Definition pallet_contracts_primitives::ContractExecResult [−][src]
type ContractExecResult = ContractResult<Result<ExecReturnValue, DispatchError>>;
Expand description
Result type of a bare_call
call.
type ContractExecResult = ContractResult<Result<ExecReturnValue, DispatchError>>;
Result type of a bare_call
call.