TypeScript SDK

OnConnectCallback

type OnConnectCallback = (
activeWallet: Wallet,
allConnectedWallets: Array<Wallet>,
) => void;