Today, I'm going to walk you through the functions of the MultiSig Wallet smart contract on #Starknet. Brace yourself for an exciting dive into the world of #Cairo1 and #SmartContracts.
1/11
The constructor function is the first function called when the contract is deployed. It takes an array of owners & a required number of confirmations as input. It adds each owner to the contract, & sets up the number of confirmations needed to approve a transaction.