Interface deBridgeOrderInput

interface deBridgeOrderInput {
    account: string;
    additionalTakerRewardBps?: number;
    affiliateFeePercent?: number;
    deBridgeApp?: string;
    dstChainId: string;
    dstChainOrderAuthorityAddress?: string;
    dstChainTokenOut: string;
    dstChainTokenOutAmount?: string;
    dstChainTokenOutRecipient: string;
    dstIntermediaryTokenAddress?: string;
    dstIntermediaryTokenSpenderAddress?: string;
    intermediaryTokenUSDPrice?: number;
    prependOperatingExpenses?: boolean;
    referralCode?: number;
    slippage?: number;
    srcAllowedCancelBeneficiary?: string;
    srcChainId: string;
    srcChainOrderAuthorityAddress?: string;
    srcChainRefundAddress?: string;
    srcChainTokenIn: string;
    srcChainTokenInAmount: string;
    srcIntermediaryTokenAddress?: string;
}

Properties

account: string
additionalTakerRewardBps?: number
affiliateFeePercent?: number
deBridgeApp?: string
dstChainId: string
dstChainOrderAuthorityAddress?: string
dstChainTokenOut: string
dstChainTokenOutAmount?: string
dstChainTokenOutRecipient: string
dstIntermediaryTokenAddress?: string
dstIntermediaryTokenSpenderAddress?: string
intermediaryTokenUSDPrice?: number
prependOperatingExpenses?: boolean
referralCode?: number
slippage?: number
srcAllowedCancelBeneficiary?: string
srcChainId: string
srcChainOrderAuthorityAddress?: string
srcChainRefundAddress?: string
srcChainTokenIn: string
srcChainTokenInAmount: string
srcIntermediaryTokenAddress?: string