Table of Contents

Class LuckyToken

Namespace
LoopNet.Models.Requests
Assembly
LoopNet.dll

The lucky token

public class LuckyToken
Inheritance
LuckyToken
Inherited Members

Properties

Amount

The amount

[JsonProperty("amount")]
public string? Amount { get; set; }

Property Value

string

EddsaSig

The eddsa signature

[JsonProperty("eddsaSig")]
public string? EddsaSig { get; set; }

Property Value

string

Exchange

Exchange

[JsonProperty("exchange")]
public string? Exchange { get; set; }

Property Value

string

FeeToken

The fee token

[JsonProperty("feeToken")]
public int FeeToken { get; set; }

Property Value

int

MaxFeeAmount

The max fee amount

[JsonProperty("maxFeeAmount")]
public string? MaxFeeAmount { get; set; }

Property Value

string

Memo

The memo

[JsonProperty("memo")]
public string? Memo { get; set; }

Property Value

string

PayeeAddr

The payee address

[JsonProperty("payeeAddr")]
public string? PayeeAddr { get; set; }

Property Value

string

PayeeId

The payee id

[JsonProperty("payeeId")]
public int PayeeId { get; set; }

Property Value

int

PayerAddr

The payer address

[JsonProperty("payerAddr")]
public string? PayerAddr { get; set; }

Property Value

string

PayerId

The payer id

[JsonProperty("payerId")]
public int PayerId { get; set; }

Property Value

int

StorageId

The storage id

[JsonProperty("storageId")]
public int StorageId { get; set; }

Property Value

int

Token

The token

[JsonProperty("token")]
public int Token { get; set; }

Property Value

int

ValidUntil

The valid until expiry

[JsonProperty("validUntil")]
public long ValidUntil { get; set; }

Property Value

long