This content applies to WaaS 1.0 only. We highly recommend that you upgrade to WaaS 2.0.
Cobo Account
is the smart contract wallet in a Cobo Safe
framework. Each Cobo Account
contract should implement the Account
interface as follows:
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.
Feel free to share your feedback to improve our documentation!