Yield Xyz Get Transaction Raw Response
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)