MCPcopy
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
42interface WalletItem {
43 type: ItemType.WalletSection;
44 data: TWallet;
45}
46
47interface TransactionItem {
48 type: ItemType.TransactionSection;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected