Noah Permanent Onchain Deposit Source Trigger Input
data class NoahPermanentOnchainDepositSourceTriggerInput(val type: String = "PermanentOnchainDepositSourceTriggerInput", val conditions: List<NoahNetworkOnlyOnchainDepositSourceTriggerCondition>, val sourceAddress: String, val expiry: String, val nonce: String, val networkAgnostic: Boolean? = null) : NoahOnchainDepositSourceTrigger
Trigger that keeps a payout source active across multiple deposits (until expiry), rather than for a single matching amount. JSON keys use PascalCase to match the Noah API wire format.
Properties
Link copied to clipboard
@SerializedName(value = "Conditions" )
Link copied to clipboard
When true, the trigger matches deposits on any supported network.
Link copied to clipboard