Auki::Odal::AssetInstance
Object that represents data associated with the instance of an asset. More...
Public Functions
Name | |
---|---|
override string | ToString() Outputs the AssetInstance in string format suitable for display. |
Public Attributes
Name | |
---|---|
readonly uint | Id AssetInstance id. |
readonly string | AssetId Asset id. |
readonly uint | ParticipantId Owner Participant id. |
readonly uint | EntityId Entity to which the AssetInstance is attached to. |
Detailed Description
class Auki::Odal::AssetInstance;
Object that represents data associated with the instance of an asset.
Assets are defined & uploaded in the Auki's Instantiate
method.
Public Functions Documentation
function ToString
override string ToString()
Outputs the AssetInstance in string format suitable for display.
Return: String with property values
Public Attributes Documentation
variable Id
readonly uint Id;
AssetInstance id.
variable AssetId
readonly string AssetId;
Asset id.
variable ParticipantId
readonly uint ParticipantId;
Owner Participant id.
variable EntityId
readonly uint EntityId;
Entity to which the AssetInstance is attached to.