Yield Xyz Enter Arguments
data class YieldXyzEnterArguments(val amount: String? = null, val validatorAddress: String? = null, val validatorAddresses: List<String>? = null, val providerId: String? = null, val duration: Int? = null, val inputToken: String? = null, val subnetId: Int? = null, val tronResource: YieldXyzTronResource? = null, val feeConfigurationId: String? = null, val cosmosPubKey: String? = null, val tezosPubKey: String? = null, val cAddressBech: String? = null, val pAddressBech: String? = null, val executionMode: YieldXyzExecutionMode? = null, val ledgerWalletApiCompatible: Boolean? = null)
Arguments for entering a yield opportunity
Constructors
Link copied to clipboard
constructor(amount: String? = null, validatorAddress: String? = null, validatorAddresses: List<String>? = null, providerId: String? = null, duration: Int? = null, inputToken: String? = null, subnetId: Int? = null, tronResource: YieldXyzTronResource? = null, feeConfigurationId: String? = null, cosmosPubKey: String? = null, tezosPubKey: String? = null, cAddressBech: String? = null, pAddressBech: String? = null, executionMode: YieldXyzExecutionMode? = null, ledgerWalletApiCompatible: Boolean? = null)