Table of Contents

Class TransferTokenRequest

Namespace
LoopNet.Models.Requests
Assembly
LoopNet.dll

Contains transfer token request information

public class TransferTokenRequest
Inheritance
TransferTokenRequest
Inherited Members

Properties

Exchange

The exchange address

public string? Exchange { get; set; }

Property Value

string

MaxFee

The fee token

public Token? MaxFee { get; set; }

Property Value

Token

PayeeAddr

The payee hex address

public string? PayeeAddr { get; set; }

Property Value

string

PayeeId

The payee account id

public int PayeeId { get; set; }

Property Value

int

PayerAddr

The payer hex address

public string? PayerAddr { get; set; }

Property Value

string

PayerId

The payer account id

public int PayerId { get; set; }

Property Value

int

StorageId

The storage id

public int StorageId { get; set; }

Property Value

int

Token

The token to transfer

public Token? Token { get; set; }

Property Value

Token

TokenFeeName

The token fee name

public string? TokenFeeName { get; set; }

Property Value

string

TokenName

The token name

public string? TokenName { get; set; }

Property Value

string

ValidUntil

The unix timestamp for the transfer expiry

public long ValidUntil { get; set; }

Property Value

long