MCPcopy Create free account
hub / github.com/code100x/cms / handleSolanaDelete

Function handleSolanaDelete

src/components/PaymentDropdown.tsx:50–52  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

48 };
49
50 const handleSolanaDelete = (id: number) => {
51 executeDeleteSolana({ id });
52 };
53
54 useEffect(() => {
55 fetchPayoutMethods();

Callers 1

PaymentMethodsDropdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected