TransferObjects

@Serializable
data class TransferObjects(val objects: List<Argument>, val address: Argument) : Command

Sends n-objects to the specified address.

These objects must have store (public transfer) and either the previous owner must be an address or the object must be newly created.

Parameters

objects

to send.

address

to send the objects to.

Constructors

Link copied to clipboard
constructor(objects: List<Argument>, address: Argument)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Creates a MakeMoveVec command.

Link copied to clipboard

Creates a MergeCoins command.

Link copied to clipboard

Creates a MoveCall command.

Link copied to clipboard

Creates a Publish command.

Link copied to clipboard

Creates a SplitCoins command.

Link copied to clipboard
Link copied to clipboard

Creates a Upgrade command.