YieldXyzGetHistoricalActionsRequest

data class YieldXyzGetHistoricalActionsRequest(val offset: Int? = null, val limit: Int? = null, val address: String? = null, val status: YieldXyzActionStatus? = null, val intent: YieldXyzActionIntent? = null, val type: YieldXyzActionType? = null, val yieldId: String? = null)

Request to get historical yield actions with optional filtering

Constructors

Link copied to clipboard
constructor(offset: Int? = null, limit: Int? = null, address: String? = null, status: YieldXyzActionStatus? = null, intent: YieldXyzActionIntent? = null, type: YieldXyzActionType? = null, yieldId: String? = null)

Properties

Link copied to clipboard
val address: String? = null
Link copied to clipboard
Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val offset: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val yieldId: String? = null