Enum ss_ewasm_api::CallResult [−][src]
pub enum CallResult {
Successful,
Failure,
Revert,
Unknown,
}Expand description
Enum describing the result of a call. Used by call, callCode, callDelegate, and
callStatic.