Supporting Money Streams
Supporting Streams in Your Application
sf.cfaV1.createFlow({
receiver: “0x123…”,
superToken: daix.address,
flowRate: “385802469135802” //equivalent to 1000 dai per month
});await sf.cfaV1.getNetFlow({
superToken: string,
account: string,
providerOrSigner: ethers.providers.Provider | ethers.Signer
});
Last updated