ITeamSmartWalletHelper

A smart wallet which helps users more easily access TeamSmartWallet functionality

initialize

function initialize(address _teamSmartWallet) external

Initialize function used instead of constructor to properly support proxy contracts.

Parameters

Name
Type
Description

_teamSmartWallet

address

The TeamSmartWallet associated with this helper.

unregister

function unregister() external

Function to permanently renounce this helper from a team.

Last updated