Sui.Rpc.V2beta.ProgrammableTransaction (ex_sui v0.1.0)
View SourceA user transaction.
Contains a series of native commands and Move calls where the results of one command can be used in future commands.
Summary
Types
@type t() :: %Sui.Rpc.V2beta.ProgrammableTransaction{ __unknown_fields__: [Protobuf.unknown_field()], commands: [Sui.Rpc.V2beta.Command.t()], inputs: [Sui.Rpc.V2beta.Input.t()] }