Created
February 16, 2022 12:59
-
-
Save jtriley-eth/39bc3f43953733fe9ef940fae6930215 to your computer and use it in GitHub Desktop.
Agreement Snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// --snip-- | |
_host.callAgreement( | |
_cfa, | |
abi.encodeWithSelector( | |
_cfa.createFlow.selector, | |
token, | |
receiver, | |
flowRate, | |
new bytes(0) | |
), | |
new bytes(0) | |
); | |
// --snip-- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment