increaseFlowRateAllowanceWithPermissions
increaseFlowRateAllowanceWithPermissions
//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 flowOp = daix.increaseFlowRateAllowanceWithPermissions({
flowOperator: string;
flowRateAllowanceDelta: string
permissionsDelta: number
});
await flowOp.exec( <<ethers signer>> );Parameters
Parameter
Type
Description
Example Usage
Last updated