Module assets

Source
Expand description

Module for handling assets.

Structs§

AcceptTransfer
A [Transaction] that accepts the transfer of an AuthenticatedAsset.
AuthenticatedAsset
An on-chain asset that carries information about its owner and its creator.
AuthenticatedAssetBuilder
Builder-style struct to ease the creation of a new AuthenticatedAsset.
ConcludeTransfer
A [Transaction] that concludes the transfer of an AuthenticatedAsset.
CreateAsset
A [Transaction] that creates a new AuthenticatedAsset.
DeleteAsset
A [Transaction] that deletes an AuthenticatedAsset.
PublicAvailableVC
A publicly available verifiable credential.
TransferAsset
A [Transaction] that proposes the transfer of an AuthenticatedAsset.
TransferProposal
Proposal for the transfer of an AuthenticatedAsset’s ownership from one [IotaAddress] to another.
UpdateContent
A [Transaction] that updates an AuthenticatedAsset’s content.