updateFlow
Lets a sender update an existing stream to a receiver to a new flow rate
Parameters
Parameter
Type
Description
sender
string
Address of sender
receiver
string
Address of receiver
flowRate
string
New desired wei/second flow rate at which the sender
wants to be streaming to the receiver
Example Usage
Additional Considerations
If
updateFlow
is called with aflowRate
that is the same as the current flow rate, it will not revert.
Last updated
Was this helpful?