Noah Quoted Onchain Deposit Source Trigger Input
data class NoahQuotedOnchainDepositSourceTriggerInput(val type: String = "QuotedOnchainDepositSourceTriggerInput", val signedQuote: String, val conditions: List<NoahNetworkOnlyOnchainDepositSourceTriggerCondition>, val sourceAddress: String, val nonce: String, val expiry: String? = null) : NoahOnchainDepositSourceTrigger
Trigger backed by a signed quote (rate-locked payout). Requires the SignedQuote obtained from a getPayoutQuote call made with quoted = true. JSON keys use PascalCase to match the Noah API wire format.
Properties
Link copied to clipboard
@SerializedName(value = "Conditions" )
Link copied to clipboard
Link copied to clipboard