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