Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Consensys/linea-attestation-registry
/ functions
Functions
416 in github.com/Consensys/linea-attestation-registry
⨍
Functions
416
◇
Types & classes
100
↓ 44 callers
Method
findOneById
(id: string)
sdk/src/dataMapper/AttestationDataMapper.ts:68
↓ 42 callers
Method
findBy
( first?: number, skip?: number, where?: Attestation_filter, orderBy?: Attestation_orderBy,
sdk/src/dataMapper/AttestationDataMapper.ts:76
↓ 30 callers
Method
findByMultiChain
( chainNames: ChainName[], first?: number, skip?: number, where?: Portal_filter, orderBy?:
sdk/src/dataMapper/PortalDataMapper.ts:26
↓ 27 callers
Function
verifyContract
( address: string, constructorArguments: unknown[] = [], shouldVerify: boolean = true, )
contracts/script/utils.ts:35
↓ 26 callers
Function
cn
(...inputs: ClassValue[])
explorer/src/utils/index.ts:8
↓ 20 callers
Function
useNetwork
()
explorer/src/contexts/NetworkContext.ts:17
↓ 18 callers
Function
useNetworkContext
()
explorer/src/providers/network-provider/context.ts:90
↓ 17 callers
Function
useNetworkTypeSWR
( key: Key, fetcher: null | ((...args: unknown[]) => Promise<Data> | Data) = null, config?: SWRConfigura
explorer/src/hooks/useNetworkTypeSWR.ts:5
↓ 16 callers
Function
executeTransaction
( request: WriteContractParameters, publicClient: PublicClient, walletClient?: WalletClient, waitForCo
sdk/src/utils/transactionSender.ts:5
↓ 16 callers
Function
getSDKForNetworkType
(networkType: NetworkType)
sdk/src/utils/meshInstanceManager.ts:74
↓ 14 callers
Method
replace
( portalAddress: Address, attestationId: string, attestationPayload: AttestationPayload, valid
sdk/src/dataMapper/PortalDataMapper.ts:242
↓ 13 callers
Function
getCustomGraphSDK
( urlOverrides?: Partial<Record<ChainName, string>>, networkType: NetworkType = "mainnet", )
sdk/src/utils/graphClientBuilder.ts:25
↓ 12 callers
Function
cropString
(query: string, step = 4, headFromIndex = 0)
explorer/src/utils/stringUtils.ts:3
↓ 12 callers
Function
decodeWithRetry
(schema: string, attestationData: Hex)
sdk/src/utils/abiCoder.ts:9
↓ 12 callers
Function
getNetworkTypeForChain
(chainName: ChainName | string)
sdk/src/utils/networkTypeUtils.ts:40
↓ 12 callers
Function
handleError
(type: ActionType, err: unknown)
sdk/src/utils/errorHandler.ts:13
↓ 11 callers
Function
inferNetworkType
(chainNames: (ChainName | string)[])
sdk/src/utils/networkTypeUtils.ts:56
↓ 11 callers
Function
isTestnetChain
(chainName: string)
sdk/src/utils/networkTypeUtils.ts:32
↓ 11 callers
Method
register
( id: Address, name: string, description: string, isRevocable: boolean, ownerName: string,
sdk/src/dataMapper/PortalDataMapper.ts:311
↓ 10 callers
Function
createAuditInformation
(eventId: string, event: ethereum.Event)
subgraph/src/utils.ts:4
↓ 9 callers
Function
createAttestationRegisteredEvent
(attestationId: Bytes)
subgraph/tests/attestation-registry.test.ts:392
↓ 9 callers
Function
encode
(schema: string, values: unknown[])
sdk/src/utils/abiCoder.ts:5
↓ 9 callers
Function
handleAttestationRegistered
(event: AttestationRegisteredEvent)
subgraph/src/attestation-registry.ts:12
↓ 8 callers
Function
createMockAttestation
(overrides: Partial<Attestation> = {})
sdk/src/dataMapper/AttestationDataMapper.test.ts:69
↓ 8 callers
Function
getConfiguredSubgraphUrl
(conf: Conf)
sdk/src/utils/urlResolver.ts:53
↓ 8 callers
Function
getSubgraphUrlForChain
(chainName: ChainName, conf: Conf)
sdk/src/utils/urlResolver.ts:36
↓ 7 callers
Method
executeReadMethod
(functionName: string, args: unknown[])
sdk/src/dataMapper/AttestationDataMapper.ts:341
↓ 7 callers
Method
getChainFromNetwork
(network: NetworkName)
explorer/src/utils/networkResolver.ts:115
↓ 7 callers
Function
getSDKForNetwork
(network: INetwork)
explorer/src/providers/network-provider/context.ts:63
↓ 7 callers
Method
isRegistered
(schemaId: string)
sdk/src/dataMapper/SchemaDataMapper.ts:84
↓ 7 callers
Function
useWindowDimensions
()
explorer/src/hooks/useWindowDimensions.ts:41
↓ 6 callers
Function
buildFilterKeys
( fields: Record<string, readonly string[]>, nestedFilterKeys: readonly string[] = [], )
sdk/src/dataMapper/BaseDataMapper.ts:45
↓ 6 callers
Function
columnsSkeleton
(value: ColumnType[], options: ColumnsOptions)
explorer/src/constants/columns/skeleton.tsx:5
↓ 6 callers
Function
filterByRegex
(arr: string[], regex: RegExp)
explorer/src/utils/searchUtils.ts:15
↓ 6 callers
Method
getNetworkFromAttestationId
(attestationId: string, networkType?: NetworkType)
explorer/src/utils/networkResolver.ts:15
↓ 6 callers
Function
handlePageChange
(newPage: number)
explorer/src/components/Pagination/index.tsx:34
↓ 6 callers
Function
mockGetAttestation
( overrideRevoked: boolean = revoked, overrideRevocationDate: BigInt = revocationDate, overrideSubject:
subgraph/tests/attestation-registry.test.ts:356
↓ 6 callers
Method
simulatePortalContract
( portalAddress: Address, functionName: string, args: unknown[], value: bigint = 0n, custo
sdk/src/dataMapper/PortalDataMapper.ts:415
↓ 6 callers
Function
subgraphCall
(query: string, url: string, variables?: Record<string, unknown>)
sdk/src/utils/graphClientHelper.ts:3
↓ 6 callers
Method
uploadToIPFS
(data: unknown)
sdk/src/utils/ipfsService.ts:24
↓ 6 callers
Function
validateNetworkType
(chainNames: (ChainName | string)[], expectedType: NetworkType)
sdk/src/utils/networkTypeUtils.ts:79
↓ 6 callers
Function
withTransientRpcRetry
(operation: string, fn: () => Promise<T>)
contracts/script/upgrade/checkUpgradeability.ts:32
↓ 5 callers
Function
columns
({ isDarkMode }: ColumnsProps)
explorer/src/constants/columns/module.tsx:30
↓ 5 callers
Method
decode
(schema: string, attestationData: Hex)
sdk/src/dataMapper/UtilsDataMapper.ts:27
↓ 5 callers
Function
displayAmountWithComma
(str: string | number)
explorer/src/utils/amountUtils.ts:1
↓ 5 callers
Function
formatAmount
(amount: number)
explorer/src/utils/dateUtils.ts:4
↓ 5 callers
Method
getAttestation
(attestationId: string)
sdk/src/dataMapper/AttestationDataMapper.ts:321
↓ 5 callers
Function
getBlockExplorerLink
(chain: Chain)
explorer/src/utils/index.ts:18
↓ 5 callers
Method
getNetworkSlugFromChainName
(chainName: ChainName)
explorer/src/utils/networkResolver.ts:137
↓ 5 callers
Function
toSchemaById
(id: string)
explorer/src/routes/constants.ts:49
↓ 4 callers
Function
clearMeshCache
(networkType?: NetworkType)
sdk/src/utils/meshInstanceManager.ts:106
↓ 4 callers
Function
columns
({ sortByDate = true, chain, isDarkMode, networkType, }: ColumnsProps)
explorer/src/constants/columns/attestation.tsx:32
↓ 4 callers
Method
getIdFromSchemaString
(schema: string)
sdk/src/dataMapper/SchemaDataMapper.ts:72
↓ 4 callers
Method
getNetworkFromChainName
(chainName: ChainName | string | null | undefined)
explorer/src/utils/networkResolver.ts:37
↓ 4 callers
Method
getNetworkLogoByChainName
(chainName: ChainName, isDarkMode: boolean)
explorer/src/utils/networkResolver.ts:131
↓ 4 callers
Function
getSDKForChains
(chainNames: (ChainName | string)[])
sdk/src/utils/meshInstanceManager.ts:94
↓ 4 callers
Function
getSuccessfulResults
* Helper to extract successful results from Promise.allSettled. * Filters out rejected promises and returns only fulfilled values.
sdk/src/resolvers.ts:10
↓ 4 callers
Method
getVersionNumber
()
sdk/src/dataMapper/UtilsDataMapper.ts:15
↓ 4 callers
Function
handlePageChange
(newPage: number)
explorer/src/components/Pagination/Basic/index.tsx:27
↓ 4 callers
Function
handleRegistryUpdate
(registryAddress: Address, registryType: string, event: ethereum.Event)
subgraph/src/router.ts:11
↓ 4 callers
Function
pageBySearchParams
( searchParams: URLSearchParams, totalItems: number, itemsPerPage = ITEMS_PER_PAGE_DEFAULT, )
explorer/src/utils/paginationUtils.ts:7
↓ 4 callers
Method
simulateContract
(functionName: string, args: unknown[])
sdk/src/dataMapper/SchemaDataMapper.ts:97
↓ 4 callers
Function
toAttestationById
(id: string)
explorer/src/routes/constants.ts:46
↓ 4 callers
Function
toPortalById
(id: string, network: string)
explorer/src/routes/constants.ts:52
↓ 4 callers
Function
updateSearchElement
(page: Page, count: number, loaded: boolean)
explorer/src/pages/Search/index.tsx:59
↓ 3 callers
Function
aggregateByNetwork
(items: T[], by: keyof T)
explorer/src/utils/searchUtils.ts:95
↓ 3 callers
Function
columns
({ isDarkMode }: ColumnsProps)
explorer/src/constants/columns/portal.tsx:27
↓ 3 callers
Function
columns
({ isDarkMode }: ColumnsProps)
explorer/src/constants/columns/schema.tsx:25
↓ 3 callers
Method
create
(name: string, description: string, context: string, schemaString: string, options?: TransactionOptions)
sdk/src/dataMapper/SchemaDataMapper.ts:58
↓ 3 callers
Function
createDateListItem
(title: string, date: string | undefined)
explorer/src/pages/Attestation/components/AttestationInfo/utils.ts:4
↓ 3 callers
Function
createModuleRegisteredEvent
( moduleAddress: string, moduleName: string, moduleDescription: string, )
subgraph/tests/module-registry.test.ts:61
↓ 3 callers
Function
createSchema
( schemaRegistry: SchemaRegistry, schemaName: string, schemaDescription: string, schemaContext: string
contracts/script/deploy/postDeployment.ts:32
↓ 3 callers
Function
createSchemaCreatedEvent
( schemaId: string, schemaName: string, schemaDescription: string, schemaContext: string, schemaStri
subgraph/tests/schema-registry.test.ts:80
↓ 3 callers
Method
deployDefaultPortal
( modules: Address[], name: string, description: string, isRevocable: boolean, ownerName:
sdk/src/dataMapper/PortalDataMapper.ts:339
↓ 3 callers
Method
enrichAttestation
(attestation: Attestation)
sdk/src/dataMapper/AttestationDataMapper.ts:174
↓ 3 callers
Method
executeReadMethod
(functionName: string, args: unknown[])
sdk/src/dataMapper/SchemaDataMapper.ts:88
↓ 3 callers
Method
executeReadMethod
(functionName: string, args: unknown[])
sdk/src/dataMapper/ModuleDataMapper.ts:143
↓ 3 callers
Method
getAttestationIdCounter
()
sdk/src/dataMapper/AttestationDataMapper.ts:329
↓ 3 callers
Function
getIPFSContent
(ipfsHash: string)
sdk/src/utils/ipfsClient.ts:3
↓ 3 callers
Function
getMeshCacheStatus
()
sdk/src/utils/meshInstanceManager.ts:129
↓ 3 callers
Function
getNetworkConfig
(chainId: bigint)
contracts/script/utils.ts:3
↓ 3 callers
Method
getNetworkLogoByAttestationId
(id: string, isDarkMode: boolean, networkType: NetworkType)
explorer/src/utils/networkResolver.ts:125
↓ 3 callers
Method
getNetworkNameFromChainName
(chainName: ChainName)
explorer/src/utils/networkResolver.ts:149
↓ 3 callers
Method
getPortalByAddress
(address: Address)
sdk/src/dataMapper/PortalDataMapper.ts:351
↓ 3 callers
Method
getRelatedAttestations
(id: string)
sdk/src/dataMapper/AttestationDataMapper.ts:265
↓ 3 callers
Method
getSchema
(schemaId: string)
sdk/src/dataMapper/SchemaDataMapper.ts:76
↓ 3 callers
Function
handleModuleRegistered
(event: ModuleRegisteredEvent)
subgraph/src/module-registry.ts:5
↓ 3 callers
Function
handleSchemaCreated
(event: SchemaCreatedEvent)
subgraph/src/schema-registry.ts:9
↓ 3 callers
Function
randomNumber
(min: number, max: number)
explorer/src/utils/amountUtils.ts:6
↓ 3 callers
Method
simulateAttest
( portalAddress: Address, attestationPayload: AttestationPayload, validationPayloads: string[],
sdk/src/dataMapper/PortalDataMapper.ts:61
↓ 3 callers
Method
simulateContract
(functionName: string, args: unknown[])
sdk/src/dataMapper/ModuleDataMapper.ts:152
↓ 3 callers
Method
simulateRegister
(id: Address, name: string, description: string, isRevocable: boolean, ownerName: string)
sdk/src/dataMapper/PortalDataMapper.ts:307
↓ 3 callers
Function
toAttestationsBySubject
(subject: string)
explorer/src/routes/constants.ts:47
↓ 2 callers
Method
attest
( portalAddress: Address, attestationPayload: AttestationPayload, validationPayloads: string[],
sdk/src/dataMapper/PortalDataMapper.ts:84
↓ 2 callers
Function
chainToChainName
(chain: Chain)
sdk/src/utils/urlResolver.ts:16
↓ 2 callers
Method
createOffchainData
(schemaId: string, uri: string, error?: StructuredOffchainDataError)
sdk/src/dataMapper/AttestationDataMapper.ts:247
↓ 2 callers
Function
createPortalRegisteredEvent
( portalAddress: Address, portalName: string, portalDescription: string, )
subgraph/tests/portal-registry.test.ts:152
↓ 2 callers
Function
decodeWrapped
(schema: string, attestationData: Hex)
sdk/src/utils/abiCoder.ts:20
↓ 2 callers
Method
encode
(schema: string, values: unknown[])
sdk/src/dataMapper/UtilsDataMapper.ts:23
↓ 2 callers
Function
estimateTimestampForPage
( currentTimestamp: number, currentPage: number, targetPage: number, mostRecentTimestamp: number, // e
explorer/src/utils/timestampPaginationUtils.ts:7
next →
1–100 of 416, ranked by callers