Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BlueWallet/BlueWallet
/ WalletItem
Interface
WalletItem
components/ManageWalletsListItem.tsx:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
};
41
42
interface WalletItem {
43
type: ItemType.WalletSection;
44
data: TWallet;
45
}
46
47
interface TransactionItem {
48
type: ItemType.TransactionSection;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected