Type alias EstimateAddSaver
EstimateAddSaver: { assetAmount: CryptoAmount; canAddSaver: boolean; errors: string[]; estimatedDepositValue: CryptoAmount; estimatedWaitTime: number; expiry: Date; fee: SaverFees; memo: string; recommendedMinAmountIn?: string; saverCapFilledPercent: number; slipBasisPoints: number; toAddress: Address; } Type declaration
assetAmount: CryptoAmount
canAddSaver: boolean
errors: string[]
estimatedDepositValue: CryptoAmount
estimatedWaitTime: number
expiry: Date
memo: string
Optional
recommendedMinAmountIn?: string
saverCapFilledPercent: number
slipBasisPoints: number
toAddress: Address
Represents an estimate for adding a saver.