getAccountFlowInfo
//load the token you'd like to use like this
//note that tokens may be loaded by symbol or by address
const daix = await sf.loadSuperToken("DAIx");
let res = await daix.getAccountFlowInfo({
account: string,
providerOrSigner: ethers.providers.Provider | ethers.Signer
});Parameters
Parameter
Type
Description
Return Value(s)
Key
Value Type
Description
Last updated