Interface EstimateFlowDistributionActualFlowRateParams

interface EstimateFlowDistributionActualFlowRateParams {
    from: string;
    pool: string;
    providerOrSigner: Signer | Provider;
    requestedFlowRate: string;
    token: string;
}

Hierarchy (view full)

Properties

from: string
pool: string
providerOrSigner: Signer | Provider
requestedFlowRate: string
token: string

Generated using TypeDoc