Type alias Wallet

Wallet: {
    address: string;
    chain: SkipSupportedChainData;
}

Type declaration