Type Definition noble_contracts_primitives::ExecResult[][src]

type ExecResult = Result<ExecReturnValue, ExecError>;

The result that is returned from contract execution. It either contains the output buffer or an error describing the reason for failure.