YieldXyzGetTransactionRawResponse

data class YieldXyzGetTransactionRawResponse(val id: String, val title: String, val network: String, val status: YieldXyzActionTransactionStatus, val type: YieldXyzActionTransactionType, val hash: String? = null, val createdAt: String, val broadcastedAt: String? = null, val signedTransaction: String? = null, val unsignedTransaction: String? = null, val stepIndex: Int, val gasEstimate: String? = null)

Mirrors a single transaction object returned by the Yield.xyz actions API.

Constructors

Link copied to clipboard
constructor(id: String, title: String, network: String, status: YieldXyzActionTransactionStatus, type: YieldXyzActionTransactionType, hash: String? = null, createdAt: String, broadcastedAt: String? = null, signedTransaction: String? = null, unsignedTransaction: String? = null, stepIndex: Int, gasEstimate: String? = null)

Properties

Link copied to clipboard
val broadcastedAt: String? = null
Link copied to clipboard
Link copied to clipboard
val gasEstimate: String? = null
Link copied to clipboard
val hash: String? = null
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard