getFlow
Get information regarding a stream going from a sender to a receiver for a specified Super Token
Parameters
Parameter
Type
Description
sender
string
Address of sender
receiver
string
Address of receiver
providerOrSigner
ethers.providers.Provider
or ethers.Signer
ethers provider or ethers signer object
Return Value(s)
Returns a JSON object literal with the below info:
Key
Value Type
Value Description
timestamp
Date
Timestamp when the stream of superToken
was last updated by the account
flowRate
string
Flow rate (wei/second) of the stream. Always zero or positive.
deposit
string
owedDeposit
string
Example Usage
Last updated
Was this helpful?