Cobo Account
Cobo Account
is the smart contract wallet in a Cobo Safe
framework. Each Cobo Account
contract should implement the Account
interface as follows:
Developers can also derive smart contracts from the Cobo Account
base contract to adapt to different underlying smart contract wallets (e.g., Safe).
A Delegate
can call the execTransaction()
function to send transactions. The execTransaction()
function will invoke the Authorizer
module to verify whether the Delegate
is authorized to execute such transactions.
The getAccountAddress()
function will return a wallet address where the funds are stored and where the transactions originated from.
Last updated