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

View Source

Command to transfer ownership of a set of objects to an address.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.TransferObjects{
  __unknown_fields__: [Protobuf.unknown_field()],
  address: Sui.Rpc.V2beta.Argument.t() | nil,
  objects: [Sui.Rpc.V2beta.Argument.t()]
}

Functions

descriptor()