Sui.Rpc.V2beta.Input (ex_sui v0.1.0)
View SourceAn input to a user transaction.
Summary
Types
@type t() :: %Sui.Rpc.V2beta.Input{ __unknown_fields__: [Protobuf.unknown_field()], digest: String.t() | nil, kind: Sui.Rpc.V2beta.Input.InputKind.t() | nil, literal: Google.Protobuf.Value.t() | nil, mutable: boolean() | nil, object_id: String.t() | nil, pure: binary() | nil, version: non_neg_integer() | nil }