Sui.Rpc.V2beta.MoveCall (ex_sui v0.1.0)

View Source

Command to call a Move function.

Functions that can be called by a MoveCall command are those that have a function signature that is either entry or public (which don't have a reference return type).

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.MoveCall{
  __unknown_fields__: [Protobuf.unknown_field()],
  arguments: [Sui.Rpc.V2beta.Argument.t()],
  function: String.t() | nil,
  module: String.t() | nil,
  package: String.t() | nil,
  type_arguments: [String.t()]
}

Functions

descriptor()