Sui.Rpc.V2alpha.CommandResult (ex_sui v0.1.0)

View Source

An intermediate result/output from the execution of a single command

Summary

Types

t()

@type t() :: %Sui.Rpc.V2alpha.CommandResult{
  __unknown_fields__: [Protobuf.unknown_field()],
  mutated_by_ref: [Sui.Rpc.V2alpha.CommandOutput.t()],
  return_values: [Sui.Rpc.V2alpha.CommandOutput.t()]
}

Functions

descriptor()