Class LuckyToken
The lucky token
public class LuckyToken
- Inheritance
-
LuckyToken
- Inherited Members
Properties
Amount
The amount
[JsonProperty("amount")]
public string? Amount { get; set; }
Property Value
EddsaSig
The eddsa signature
[JsonProperty("eddsaSig")]
public string? EddsaSig { get; set; }
Property Value
Exchange
Exchange
[JsonProperty("exchange")]
public string? Exchange { get; set; }
Property Value
FeeToken
The fee token
[JsonProperty("feeToken")]
public int FeeToken { get; set; }
Property Value
MaxFeeAmount
The max fee amount
[JsonProperty("maxFeeAmount")]
public string? MaxFeeAmount { get; set; }
Property Value
Memo
The memo
[JsonProperty("memo")]
public string? Memo { get; set; }
Property Value
PayeeAddr
The payee address
[JsonProperty("payeeAddr")]
public string? PayeeAddr { get; set; }
Property Value
PayeeId
The payee id
[JsonProperty("payeeId")]
public int PayeeId { get; set; }
Property Value
PayerAddr
The payer address
[JsonProperty("payerAddr")]
public string? PayerAddr { get; set; }
Property Value
PayerId
The payer id
[JsonProperty("payerId")]
public int PayerId { get; set; }
Property Value
StorageId
The storage id
[JsonProperty("storageId")]
public int StorageId { get; set; }
Property Value
Token
The token
[JsonProperty("token")]
public int Token { get; set; }
Property Value
ValidUntil
The valid until expiry
[JsonProperty("validUntil")]
public long ValidUntil { get; set; }