You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ID composed of: keccak256(abi.encode(sender,receiver))-tokenAddress
"""
id: ID!
revisionIndex: Int!
periodRevisionIndex: Int!
"""
The "most recently alive" stream between a sender and receiver.
Note: The `revisionIndex` property may not be the same as the `revisionIndex` of `mostRecentStream`. Which means `mostRecentStream` has been closed and no new stream has been opened.