Class Token
Holds information related to a specific user token (NFT)
Namespace: ColizeumSDK.Models
Assembly: cs.temp.dll.dll
Syntax
public class Token
Fields
energy
Energy available to the token
Declaration
public int energy
Field Value
| Type | Description |
|---|---|
| Int32 |
id
ID of the token
Declaration
public string id
Field Value
| Type | Description |
|---|---|
| String |
maxEnergy
Maximum available energy the token can have
Declaration
public int maxEnergy
Field Value
| Type | Description |
|---|---|
| Int32 |
nextEnergyAt
Time when the energy will be regenerated
Declaration
public string nextEnergyAt
Field Value
| Type | Description |
|---|---|
| String |
regenerationAmount
Amount of energy that will be added on regeneration
Declaration
public int regenerationAmount
Field Value
| Type | Description |
|---|---|
| Int32 |
regenerationRate
How often the energy regeneration happens
Declaration
public int regenerationRate
Field Value
| Type | Description |
|---|---|
| Int32 |