Generated by DocFX

Class DogeftInfo

Info for Dogeft shop with NFTs

Inheritance
System.Object
DogeftInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT
Assembly: VEDriversLite.dll
Syntax
public class DogeftInfo

Properties

| Improve this Doc View Source

AuthorDogeAddress

Author Deposit Doge address where Dogeft will send the reward from sale

Declaration
public string AuthorDogeAddress { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

AuthorUrl

If you want to provide some author personal page

Declaration
public string AuthorUrl { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Coppies

If this is 0 (default) it is unique NFT

Declaration
public int Coppies { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

IsEmpty

If some of the required NFT info is empty retunrs false

Declaration
[JsonIgnore]
public bool IsEmpty { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

License

Here can be described license

Declaration
public string License { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RewardSchemeName

Reward scheme for the sale of the NFT. Default is Dogeft standard : 80% to the author, 10% charity, 10% dogeft

Declaration
public string RewardSchemeName { get; set; }
Property Value
Type Description
System.String