Search Results for

    Show / Hide Table of Contents

    Class Token

    Holds information related to a specific user token (NFT)

    Inheritance
    Object
    Token
    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
    In This Article
    Back to top Colizeum Unity SDK API Reference