Class TransferPrepareData
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
DestinationAmount
[JsonProperty("destinationAmount")]
public string DestinationAmount { get; set; }
Property Value
EstimatedExecutionTimeMs
[JsonProperty("estimatedExecutionTimeMs")]
public long EstimatedExecutionTimeMs { get; set; }
Property Value
Expiration
[JsonProperty("expiration")]
public long? Expiration { get; set; }
Property Value
- long?
Intent
[JsonProperty("intent")]
public TransferIntent Intent { get; set; }
Property Value
OriginAmount
[JsonProperty("originAmount")]
public string OriginAmount { get; set; }
Property Value
Timestamp
[JsonProperty("timestamp")]
public long Timestamp { get; set; }
Property Value
Transactions
[JsonProperty("transactions")]
public List<Transaction> Transactions { get; set; }