Struct Asset
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct Asset : IEquatable<Asset>
Properties
CreatedAtRound
Round during which this asset was created.
Declaration
[AlgoApiField("created-at-round")]
public Optional<ulong> CreatedAtRound { get; set; }
Property Value
Deleted
Whether or not this asset is currently deleted.
Declaration
[AlgoApiField("deleted")]
public Optional<bool> Deleted { get; set; }
Property Value
DestroyedAtRound
Round during which this asset was destroyed.
Declaration
[AlgoApiField("destroyed-at-round")]
public Optional<ulong> DestroyedAtRound { get; set; }
Property Value
Index
Declaration
[AlgoApiField("index")]
public ulong Index { get; set; }
Property Value
Params
Declaration
[AlgoApiField("params")]
public AssetParams Params { get; set; }
Property Value
Methods
Equals(Asset)
Declaration
public bool Equals(Asset other)
Parameters
Type |
Name |
Description |
Asset |
other |
|
Returns