MCPcopy Create free account
hub / github.com/OpenSignLabs/OpenSign / handleViewSigners

Function handleViewSigners

apps/OpenSign/src/primitives/SignerCell.jsx:26–28  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

24 setIsModal({});
25 };
26 const handleViewSigners = (item) => {
27 setIsModal({ ["view_" + item.objectId]: true });
28 };
29 // `formatStatusRow` is used to format status row
30 const formatStatusRow = (item) => {
31 const timezone = extClass?.[0]?.Timezone || "";

Callers 1

SignerCellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected