YieldXyzGetTransactionResponse

data class YieldXyzGetTransactionResponse(val data: YieldXyzGetTransactionData? = null, val error: String? = null, val metadata: YieldXyzGetTransactionMetadata? = null)

Response for fetching a single yield action transaction by ID

Constructors

Link copied to clipboard
constructor(data: YieldXyzGetTransactionData? = null, error: String? = null, metadata: YieldXyzGetTransactionMetadata? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val error: String? = null
Link copied to clipboard