Struct ModifiedAsset
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct ModifiedAsset : IEquatable<ModifiedAsset>
Properties
Created
Created if true, deleted if false
Declaration
public bool Created { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Creator
Address of the creator.
Declaration
public string Creator { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Id
Asset Id
Declaration
public ulong Id { get; set; }
Property Value
| Type | Description |
|---|---|
| UInt64 |
Methods
Equals(ModifiedAsset)
Declaration
public bool Equals(ModifiedAsset other)
Parameters
| Type | Name | Description |
|---|---|---|
| ModifiedAsset | other |
Returns
| Type | Description |
|---|---|
| Boolean |