Class TokenPrice
[Serializable]
public class TokenPrice : ModelPrice
- Inheritance
-
objectTokenPrice
- Inherited Members
Constructors
TokenPrice()
public TokenPrice()
TokenPrice(TokenType, double)
public TokenPrice(TokenType tokenType, double cost)
Parameters
tokenTypeTokenTypecostdouble
Fields
tokenType
public TokenType tokenType
Field Value
Methods
GetTypeName()
public override string GetTypeName()
Returns
- string