MCPcopy
hub / github.com/BlueWallet/BlueWallet / TransactionListItemProps

Interface TransactionListItemProps

components/TransactionListItem.tsx:108–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106};
107
108interface TransactionListItemProps {
109 itemPriceUnit: BitcoinUnit;
110 walletID: string;
111 item: Transaction & LightningTransaction; // using type intersection to have less issues with ts
112 searchQuery?: string;
113 style?: ViewStyle;
114 renderHighlightedText?: (text: string, query: string) => React.ReactElement;
115 onPress?: () => void;
116 disableNavigation?: boolean;
117}
118
119type NavigationProps = NativeStackNavigationProp<DetailViewStackParamList>;
120

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected