Sui.Rpc.V2alpha.CommandResult (ex_sui v0.1.0)
View SourceAn intermediate result/output from the execution of a single command
Summary
Types
@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()] }