✔️How to create a bank
Function Signature
function createBank(
IERC20 asset,
string memory name,
string memory symbol,
uint256 initialFee,
address initialFeeRecipient,
uint256 minDelay,
IBank.BankType bankType
) external returns (Bank)Parameters
Parameter
Type
Description
Returns
Usage Example (using ethers.js)
Important Notes
Event
Last updated