connect
Connect to a msafe account
Connect to the MSafe account.
connect
returns an account object representing the account with multi-sig format. The multi-sig format conforms with the multi-sig account model defined in Aptos dApp API guide.
In the current implementation, accounts are always connected. Disconnect is not supported.
Example:
connect
Last updated