Skip to main content

WalletConnection

Defines WalletConnection object:


type WalletConnection = {
id: string;
providerId: string;
network: Network;
account: Account;
};