Yield Xyz Manage Yield Request
data class YieldXyzManageYieldRequest(val yieldId: String, val address: String, val arguments: YieldXyzEnterArguments? = null, val action: YieldXyzActionType, val passthrough: String)
Request to manage a yield opportunity
Constructors
Link copied to clipboard
constructor(yieldId: String, address: String, arguments: YieldXyzEnterArguments? = null, action: YieldXyzActionType, passthrough: String)