Function getFlowAmountByPerSecondFlowRate
- getFlowAmountByPerSecondFlowRate(perSecondFlowRate): {
daily: string;
monthly: string;
weekly: string;
yearly: string;
} Parameters
perSecondFlowRate: string
Returns {
daily: string;
monthly: string;
weekly: string;
yearly: string;
}
daily: string
monthly: string
weekly: string
yearly: string
Gets daily, weekly, monthly and yearly flowed amounts given a per second flow rate.