Table of Contents

Class TransferPrepareData

Namespace
Thirdweb.Bridge
Assembly
Thirdweb.dll

Represents the data returned in the transfer prepare response.

public class TransferPrepareData
Inheritance
TransferPrepareData
Inherited Members

Properties

BlockNumber

[JsonProperty("blockNumber")]
public string BlockNumber { get; set; }

Property Value

string

DestinationAmount

[JsonProperty("destinationAmount")]
public string DestinationAmount { get; set; }

Property Value

string

EstimatedExecutionTimeMs

[JsonProperty("estimatedExecutionTimeMs")]
public long EstimatedExecutionTimeMs { get; set; }

Property Value

long

Expiration

[JsonProperty("expiration")]
public long? Expiration { get; set; }

Property Value

long?

Intent

[JsonProperty("intent")]
public TransferIntent Intent { get; set; }

Property Value

TransferIntent

OriginAmount

[JsonProperty("originAmount")]
public string OriginAmount { get; set; }

Property Value

string

Timestamp

[JsonProperty("timestamp")]
public long Timestamp { get; set; }

Property Value

long

Transactions

[JsonProperty("transactions")]
public List<Transaction> Transactions { get; set; }

Property Value

List<Transaction>