Module near_sdk_sim::outcome[][src]

Structs

ExecutionResult

An ExecutionResult is created by a UserAccount submitting a transaction. It wraps an ExecutionOutcome which is the same object returned from an RPC call.

ViewResult

The result of a view call. Contains the logs made during the view method call and Result value, which can be unwrapped and deserialized.

Type Definitions

TxResult