MCPcopy Create free account

hub / github.com/Consensys/linea-attestation-registry / functions

Functions416 in github.com/Consensys/linea-attestation-registry

↓ 44 callersMethodfindOneById
(id: string)
sdk/src/dataMapper/AttestationDataMapper.ts:68
↓ 42 callersMethodfindBy
( first?: number, skip?: number, where?: Attestation_filter, orderBy?: Attestation_orderBy,
sdk/src/dataMapper/AttestationDataMapper.ts:76
↓ 30 callersMethodfindByMultiChain
( chainNames: ChainName[], first?: number, skip?: number, where?: Portal_filter, orderBy?:
sdk/src/dataMapper/PortalDataMapper.ts:26
↓ 27 callersFunctionverifyContract
( address: string, constructorArguments: unknown[] = [], shouldVerify: boolean = true, )
contracts/script/utils.ts:35
↓ 26 callersFunctioncn
(...inputs: ClassValue[])
explorer/src/utils/index.ts:8
↓ 20 callersFunctionuseNetwork
()
explorer/src/contexts/NetworkContext.ts:17
↓ 18 callersFunctionuseNetworkContext
()
explorer/src/providers/network-provider/context.ts:90
↓ 17 callersFunctionuseNetworkTypeSWR
( key: Key, fetcher: null | ((...args: unknown[]) => Promise<Data> | Data) = null, config?: SWRConfigura
explorer/src/hooks/useNetworkTypeSWR.ts:5
↓ 16 callersFunctionexecuteTransaction
( request: WriteContractParameters, publicClient: PublicClient, walletClient?: WalletClient, waitForCo
sdk/src/utils/transactionSender.ts:5
↓ 16 callersFunctiongetSDKForNetworkType
(networkType: NetworkType)
sdk/src/utils/meshInstanceManager.ts:74
↓ 14 callersMethodreplace
( portalAddress: Address, attestationId: string, attestationPayload: AttestationPayload, valid
sdk/src/dataMapper/PortalDataMapper.ts:242
↓ 13 callersFunctiongetCustomGraphSDK
( urlOverrides?: Partial<Record<ChainName, string>>, networkType: NetworkType = "mainnet", )
sdk/src/utils/graphClientBuilder.ts:25
↓ 12 callersFunctioncropString
(query: string, step = 4, headFromIndex = 0)
explorer/src/utils/stringUtils.ts:3
↓ 12 callersFunctiondecodeWithRetry
(schema: string, attestationData: Hex)
sdk/src/utils/abiCoder.ts:9
↓ 12 callersFunctiongetNetworkTypeForChain
(chainName: ChainName | string)
sdk/src/utils/networkTypeUtils.ts:40
↓ 12 callersFunctionhandleError
(type: ActionType, err: unknown)
sdk/src/utils/errorHandler.ts:13
↓ 11 callersFunctioninferNetworkType
(chainNames: (ChainName | string)[])
sdk/src/utils/networkTypeUtils.ts:56
↓ 11 callersFunctionisTestnetChain
(chainName: string)
sdk/src/utils/networkTypeUtils.ts:32
↓ 11 callersMethodregister
( id: Address, name: string, description: string, isRevocable: boolean, ownerName: string,
sdk/src/dataMapper/PortalDataMapper.ts:311
↓ 10 callersFunctioncreateAuditInformation
(eventId: string, event: ethereum.Event)
subgraph/src/utils.ts:4
↓ 9 callersFunctioncreateAttestationRegisteredEvent
(attestationId: Bytes)
subgraph/tests/attestation-registry.test.ts:392
↓ 9 callersFunctionencode
(schema: string, values: unknown[])
sdk/src/utils/abiCoder.ts:5
↓ 9 callersFunctionhandleAttestationRegistered
(event: AttestationRegisteredEvent)
subgraph/src/attestation-registry.ts:12
↓ 8 callersFunctioncreateMockAttestation
(overrides: Partial<Attestation> = {})
sdk/src/dataMapper/AttestationDataMapper.test.ts:69
↓ 8 callersFunctiongetConfiguredSubgraphUrl
(conf: Conf)
sdk/src/utils/urlResolver.ts:53
↓ 8 callersFunctiongetSubgraphUrlForChain
(chainName: ChainName, conf: Conf)
sdk/src/utils/urlResolver.ts:36
↓ 7 callersMethodexecuteReadMethod
(functionName: string, args: unknown[])
sdk/src/dataMapper/AttestationDataMapper.ts:341
↓ 7 callersMethodgetChainFromNetwork
(network: NetworkName)
explorer/src/utils/networkResolver.ts:115
↓ 7 callersFunctiongetSDKForNetwork
(network: INetwork)
explorer/src/providers/network-provider/context.ts:63
↓ 7 callersMethodisRegistered
(schemaId: string)
sdk/src/dataMapper/SchemaDataMapper.ts:84
↓ 7 callersFunctionuseWindowDimensions
()
explorer/src/hooks/useWindowDimensions.ts:41
↓ 6 callersFunctionbuildFilterKeys
( fields: Record<string, readonly string[]>, nestedFilterKeys: readonly string[] = [], )
sdk/src/dataMapper/BaseDataMapper.ts:45
↓ 6 callersFunctioncolumnsSkeleton
(value: ColumnType[], options: ColumnsOptions)
explorer/src/constants/columns/skeleton.tsx:5
↓ 6 callersFunctionfilterByRegex
(arr: string[], regex: RegExp)
explorer/src/utils/searchUtils.ts:15
↓ 6 callersMethodgetNetworkFromAttestationId
(attestationId: string, networkType?: NetworkType)
explorer/src/utils/networkResolver.ts:15
↓ 6 callersFunctionhandlePageChange
(newPage: number)
explorer/src/components/Pagination/index.tsx:34
↓ 6 callersFunctionmockGetAttestation
( overrideRevoked: boolean = revoked, overrideRevocationDate: BigInt = revocationDate, overrideSubject:
subgraph/tests/attestation-registry.test.ts:356
↓ 6 callersMethodsimulatePortalContract
( portalAddress: Address, functionName: string, args: unknown[], value: bigint = 0n, custo
sdk/src/dataMapper/PortalDataMapper.ts:415
↓ 6 callersFunctionsubgraphCall
(query: string, url: string, variables?: Record<string, unknown>)
sdk/src/utils/graphClientHelper.ts:3
↓ 6 callersMethoduploadToIPFS
(data: unknown)
sdk/src/utils/ipfsService.ts:24
↓ 6 callersFunctionvalidateNetworkType
(chainNames: (ChainName | string)[], expectedType: NetworkType)
sdk/src/utils/networkTypeUtils.ts:79
↓ 6 callersFunctionwithTransientRpcRetry
(operation: string, fn: () => Promise<T>)
contracts/script/upgrade/checkUpgradeability.ts:32
↓ 5 callersFunctioncolumns
({ isDarkMode }: ColumnsProps)
explorer/src/constants/columns/module.tsx:30
↓ 5 callersMethoddecode
(schema: string, attestationData: Hex)
sdk/src/dataMapper/UtilsDataMapper.ts:27
↓ 5 callersFunctiondisplayAmountWithComma
(str: string | number)
explorer/src/utils/amountUtils.ts:1
↓ 5 callersFunctionformatAmount
(amount: number)
explorer/src/utils/dateUtils.ts:4
↓ 5 callersMethodgetAttestation
(attestationId: string)
sdk/src/dataMapper/AttestationDataMapper.ts:321
↓ 5 callersFunctiongetBlockExplorerLink
(chain: Chain)
explorer/src/utils/index.ts:18
↓ 5 callersMethodgetNetworkSlugFromChainName
(chainName: ChainName)
explorer/src/utils/networkResolver.ts:137
↓ 5 callersFunctiontoSchemaById
(id: string)
explorer/src/routes/constants.ts:49
↓ 4 callersFunctionclearMeshCache
(networkType?: NetworkType)
sdk/src/utils/meshInstanceManager.ts:106
↓ 4 callersFunctioncolumns
({ sortByDate = true, chain, isDarkMode, networkType, }: ColumnsProps)
explorer/src/constants/columns/attestation.tsx:32
↓ 4 callersMethodgetIdFromSchemaString
(schema: string)
sdk/src/dataMapper/SchemaDataMapper.ts:72
↓ 4 callersMethodgetNetworkFromChainName
(chainName: ChainName | string | null | undefined)
explorer/src/utils/networkResolver.ts:37
↓ 4 callersMethodgetNetworkLogoByChainName
(chainName: ChainName, isDarkMode: boolean)
explorer/src/utils/networkResolver.ts:131
↓ 4 callersFunctiongetSDKForChains
(chainNames: (ChainName | string)[])
sdk/src/utils/meshInstanceManager.ts:94
↓ 4 callersFunctiongetSuccessfulResults
* Helper to extract successful results from Promise.allSettled. * Filters out rejected promises and returns only fulfilled values.
sdk/src/resolvers.ts:10
↓ 4 callersMethodgetVersionNumber
()
sdk/src/dataMapper/UtilsDataMapper.ts:15
↓ 4 callersFunctionhandlePageChange
(newPage: number)
explorer/src/components/Pagination/Basic/index.tsx:27
↓ 4 callersFunctionhandleRegistryUpdate
(registryAddress: Address, registryType: string, event: ethereum.Event)
subgraph/src/router.ts:11
↓ 4 callersFunctionpageBySearchParams
( searchParams: URLSearchParams, totalItems: number, itemsPerPage = ITEMS_PER_PAGE_DEFAULT, )
explorer/src/utils/paginationUtils.ts:7
↓ 4 callersMethodsimulateContract
(functionName: string, args: unknown[])
sdk/src/dataMapper/SchemaDataMapper.ts:97
↓ 4 callersFunctiontoAttestationById
(id: string)
explorer/src/routes/constants.ts:46
↓ 4 callersFunctiontoPortalById
(id: string, network: string)
explorer/src/routes/constants.ts:52
↓ 4 callersFunctionupdateSearchElement
(page: Page, count: number, loaded: boolean)
explorer/src/pages/Search/index.tsx:59
↓ 3 callersFunctionaggregateByNetwork
(items: T[], by: keyof T)
explorer/src/utils/searchUtils.ts:95
↓ 3 callersFunctioncolumns
({ isDarkMode }: ColumnsProps)
explorer/src/constants/columns/portal.tsx:27
↓ 3 callersFunctioncolumns
({ isDarkMode }: ColumnsProps)
explorer/src/constants/columns/schema.tsx:25
↓ 3 callersMethodcreate
(name: string, description: string, context: string, schemaString: string, options?: TransactionOptions)
sdk/src/dataMapper/SchemaDataMapper.ts:58
↓ 3 callersFunctioncreateDateListItem
(title: string, date: string | undefined)
explorer/src/pages/Attestation/components/AttestationInfo/utils.ts:4
↓ 3 callersFunctioncreateModuleRegisteredEvent
( moduleAddress: string, moduleName: string, moduleDescription: string, )
subgraph/tests/module-registry.test.ts:61
↓ 3 callersFunctioncreateSchema
( schemaRegistry: SchemaRegistry, schemaName: string, schemaDescription: string, schemaContext: string
contracts/script/deploy/postDeployment.ts:32
↓ 3 callersFunctioncreateSchemaCreatedEvent
( schemaId: string, schemaName: string, schemaDescription: string, schemaContext: string, schemaStri
subgraph/tests/schema-registry.test.ts:80
↓ 3 callersMethoddeployDefaultPortal
( modules: Address[], name: string, description: string, isRevocable: boolean, ownerName:
sdk/src/dataMapper/PortalDataMapper.ts:339
↓ 3 callersMethodenrichAttestation
(attestation: Attestation)
sdk/src/dataMapper/AttestationDataMapper.ts:174
↓ 3 callersMethodexecuteReadMethod
(functionName: string, args: unknown[])
sdk/src/dataMapper/SchemaDataMapper.ts:88
↓ 3 callersMethodexecuteReadMethod
(functionName: string, args: unknown[])
sdk/src/dataMapper/ModuleDataMapper.ts:143
↓ 3 callersMethodgetAttestationIdCounter
()
sdk/src/dataMapper/AttestationDataMapper.ts:329
↓ 3 callersFunctiongetIPFSContent
(ipfsHash: string)
sdk/src/utils/ipfsClient.ts:3
↓ 3 callersFunctiongetMeshCacheStatus
()
sdk/src/utils/meshInstanceManager.ts:129
↓ 3 callersFunctiongetNetworkConfig
(chainId: bigint)
contracts/script/utils.ts:3
↓ 3 callersMethodgetNetworkLogoByAttestationId
(id: string, isDarkMode: boolean, networkType: NetworkType)
explorer/src/utils/networkResolver.ts:125
↓ 3 callersMethodgetNetworkNameFromChainName
(chainName: ChainName)
explorer/src/utils/networkResolver.ts:149
↓ 3 callersMethodgetPortalByAddress
(address: Address)
sdk/src/dataMapper/PortalDataMapper.ts:351
↓ 3 callersMethodgetRelatedAttestations
(id: string)
sdk/src/dataMapper/AttestationDataMapper.ts:265
↓ 3 callersMethodgetSchema
(schemaId: string)
sdk/src/dataMapper/SchemaDataMapper.ts:76
↓ 3 callersFunctionhandleModuleRegistered
(event: ModuleRegisteredEvent)
subgraph/src/module-registry.ts:5
↓ 3 callersFunctionhandleSchemaCreated
(event: SchemaCreatedEvent)
subgraph/src/schema-registry.ts:9
↓ 3 callersFunctionrandomNumber
(min: number, max: number)
explorer/src/utils/amountUtils.ts:6
↓ 3 callersMethodsimulateAttest
( portalAddress: Address, attestationPayload: AttestationPayload, validationPayloads: string[],
sdk/src/dataMapper/PortalDataMapper.ts:61
↓ 3 callersMethodsimulateContract
(functionName: string, args: unknown[])
sdk/src/dataMapper/ModuleDataMapper.ts:152
↓ 3 callersMethodsimulateRegister
(id: Address, name: string, description: string, isRevocable: boolean, ownerName: string)
sdk/src/dataMapper/PortalDataMapper.ts:307
↓ 3 callersFunctiontoAttestationsBySubject
(subject: string)
explorer/src/routes/constants.ts:47
↓ 2 callersMethodattest
( portalAddress: Address, attestationPayload: AttestationPayload, validationPayloads: string[],
sdk/src/dataMapper/PortalDataMapper.ts:84
↓ 2 callersFunctionchainToChainName
(chain: Chain)
sdk/src/utils/urlResolver.ts:16
↓ 2 callersMethodcreateOffchainData
(schemaId: string, uri: string, error?: StructuredOffchainDataError)
sdk/src/dataMapper/AttestationDataMapper.ts:247
↓ 2 callersFunctioncreatePortalRegisteredEvent
( portalAddress: Address, portalName: string, portalDescription: string, )
subgraph/tests/portal-registry.test.ts:152
↓ 2 callersFunctiondecodeWrapped
(schema: string, attestationData: Hex)
sdk/src/utils/abiCoder.ts:20
↓ 2 callersMethodencode
(schema: string, values: unknown[])
sdk/src/dataMapper/UtilsDataMapper.ts:23
↓ 2 callersFunctionestimateTimestampForPage
( currentTimestamp: number, currentPage: number, targetPage: number, mostRecentTimestamp: number, // e
explorer/src/utils/timestampPaginationUtils.ts:7
next →1–100 of 416, ranked by callers