YieldXyzActionTransaction

data class YieldXyzActionTransaction(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 annotatedTransaction: Map<String, Any>? = null, val structuredTransaction: Map<String, Any>? = null, val stepIndex: Int, val description: String? = null, val error: String? = null, val gasEstimate: String? = null, val explorerUrl: String? = null, val isMessage: Boolean? = null)

Yield action transaction

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, annotatedTransaction: Map<String, Any>? = null, structuredTransaction: Map<String, Any>? = null, stepIndex: Int, description: String? = null, error: String? = null, gasEstimate: String? = null, explorerUrl: String? = null, isMessage: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val broadcastedAt: String? = null
Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val error: String? = null
Link copied to clipboard
val explorerUrl: String? = null
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
val isMessage: Boolean? = null
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
Link copied to clipboard