Docs

WithPersonalWalletConnectionOptions

Wallet that uses a personal wallet must save the connection params to storage of this type

type WithPersonalWalletConnectionOptions = {
personalWalletId: string;
};