Expand description
Module for handling assets.
Structs§
- Accept
Transfer - A [
Transaction
] that accepts the transfer of anAuthenticatedAsset
. - Authenticated
Asset - An on-chain asset that carries information about its owner and its creator.
- Authenticated
Asset Builder - Builder-style struct to ease the creation of a new
AuthenticatedAsset
. - Conclude
Transfer - A [
Transaction
] that concludes the transfer of anAuthenticatedAsset
. - Create
Asset - A [
Transaction
] that creates a newAuthenticatedAsset
. - Delete
Asset - A [
Transaction
] that deletes anAuthenticatedAsset
. - Public
AvailableVC - A publicly available verifiable credential.
- Transfer
Asset - A [
Transaction
] that proposes the transfer of anAuthenticatedAsset
. - Transfer
Proposal - Proposal for the transfer of an
AuthenticatedAsset
’s ownership from one [IotaAddress
] to another. - Update
Content - A [
Transaction
] that updates anAuthenticatedAsset
’s content.