Skip to main content

Auki::Odal::AssetInstance

Object that represents data associated with the instance of an asset. More...

Public Functions

Name
override stringToString()
Outputs the AssetInstance in string format suitable for display.

Public Attributes

Name
readonly uintId
AssetInstance id.
readonly stringAssetId
Asset id.
readonly uintParticipantId
Owner Participant id.
readonly uintEntityId
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.