{
  "version": 3,
  "sources": ["../../src/utils/transactions/explorerUrlBuilder.ts"],
  "sourcesContent": ["import {\n  ACCOUNTS_ENDPOINT,\n  BLOCKS_ENDPOINT,\n  CODE_ENDPOINT,\n  COLLECTIONS_ENDPOINT,\n  CONTRACTS_ENDPOINT,\n  IDENTITIES_ENDPOINT,\n  LOCKED_ACCOUNTS_ENDPOINT,\n  LOGS_ENDPOINT,\n  MINIBLOCKS_ENDPOINT,\n  NFTS_ENDPOINT,\n  NODES_ENDPOINT,\n  PROVIDERS_ENDPOINT,\n  ROLES_ENDPOINT,\n  SC_RESULTS_ENDPOINT,\n  TOKENS_ENDPOINT,\n  TRANSACTIONS_ENDPOINT\n} from 'apiCalls/endpoints';\n\nexport const explorerUrlBuilder = {\n  shard: (shard: number | string) => `/${BLOCKS_ENDPOINT}?shard=${shard}`,\n  receiverShard: (shard: number | string) =>\n    `/${TRANSACTIONS_ENDPOINT}?receivershard=${shard}`,\n  senderShard: (shard: number | string) =>\n    `/${TRANSACTIONS_ENDPOINT}?sendershard=${shard}`,\n  transactionDetails: (hash: number | string) =>\n    `/${TRANSACTIONS_ENDPOINT}/${hash}`,\n  transactionDetailsScResults: (hash: string) =>\n    `/${TRANSACTIONS_ENDPOINT}/${hash}/${SC_RESULTS_ENDPOINT}`,\n  transactionDetailsLogs: (hash: string) =>\n    `/${TRANSACTIONS_ENDPOINT}/${hash}/${LOGS_ENDPOINT}`,\n  nodeDetails: (publicKey: string) => `/${NODES_ENDPOINT}/${publicKey}`,\n  accountDetails: (address: string) => `/${ACCOUNTS_ENDPOINT}/${address}`,\n  accountDetailsContractCode: (address: string) =>\n    `/${ACCOUNTS_ENDPOINT}/${address}/${CODE_ENDPOINT}`,\n  accountDetailsTokens: (address: string) =>\n    `/${ACCOUNTS_ENDPOINT}/${address}/${TOKENS_ENDPOINT}`,\n  accountDetailsNfts: (address: string) =>\n    `/${ACCOUNTS_ENDPOINT}/${address}/${NFTS_ENDPOINT}`,\n  accountDetailsScResults: (address: string) =>\n    `/${ACCOUNTS_ENDPOINT}/${address}/${SC_RESULTS_ENDPOINT}`,\n  accountDetailsContracts: (address: string) =>\n    `/${ACCOUNTS_ENDPOINT}/${address}/${CONTRACTS_ENDPOINT}`,\n  identityDetails: (id: string) => `/${IDENTITIES_ENDPOINT}/${id}`,\n  tokenDetails: (tokenId: string) => `/${TOKENS_ENDPOINT}/${tokenId}`,\n  tokenDetailsAccounts: (tokenId: string) =>\n    `/${TOKENS_ENDPOINT}/${tokenId}/${ACCOUNTS_ENDPOINT}`,\n  tokenDetailsLockedAccounts: (tokenId: string) =>\n    `/${TOKENS_ENDPOINT}/${tokenId}/${LOCKED_ACCOUNTS_ENDPOINT}`,\n  tokenDetailsRoles: (tokenId: string) =>\n    `/${TOKENS_ENDPOINT}/${tokenId}/${ROLES_ENDPOINT}`,\n  collectionDetails: (identifier: string) =>\n    `/${COLLECTIONS_ENDPOINT}/${identifier}`,\n  nftDetails: (identifier: string) => `/${NFTS_ENDPOINT}/${identifier}`,\n  providerDetails: (address: string) => `/${PROVIDERS_ENDPOINT}/${address}`,\n  providerDetailsTransactions: (address: string) =>\n    `/${PROVIDERS_ENDPOINT}/${address}/${TRANSACTIONS_ENDPOINT}`,\n  miniblockDetails: (hash: string) => `/${MINIBLOCKS_ENDPOINT}/${hash}`\n};\n"],
  "mappings": "kJAmBO,IAAMA,EAAqB,CAChC,MAAQC,GAA2B,IAAIC,CAAe,UAAUD,CAAK,GACrE,cAAgBA,GACd,IAAIE,CAAqB,kBAAkBF,CAAK,GAClD,YAAcA,GACZ,IAAIE,CAAqB,gBAAgBF,CAAK,GAChD,mBAAqBG,GACnB,IAAID,CAAqB,IAAIC,CAAI,GACnC,4BAA8BA,GAC5B,IAAID,CAAqB,IAAIC,CAAI,IAAIC,CAAmB,GAC1D,uBAAyBD,GACvB,IAAID,CAAqB,IAAIC,CAAI,IAAIE,CAAa,GACpD,YAAcC,GAAsB,IAAIC,CAAc,IAAID,CAAS,GACnE,eAAiBE,GAAoB,IAAIC,CAAiB,IAAID,CAAO,GACrE,2BAA6BA,GAC3B,IAAIC,CAAiB,IAAID,CAAO,IAAIE,CAAa,GACnD,qBAAuBF,GACrB,IAAIC,CAAiB,IAAID,CAAO,IAAIG,CAAe,GACrD,mBAAqBH,GACnB,IAAIC,CAAiB,IAAID,CAAO,IAAII,CAAa,GACnD,wBAA0BJ,GACxB,IAAIC,CAAiB,IAAID,CAAO,IAAIJ,CAAmB,GACzD,wBAA0BI,GACxB,IAAIC,CAAiB,IAAID,CAAO,IAAIK,CAAkB,GACxD,gBAAkBC,GAAe,IAAIC,CAAmB,IAAID,CAAE,GAC9D,aAAeE,GAAoB,IAAIL,CAAe,IAAIK,CAAO,GACjE,qBAAuBA,GACrB,IAAIL,CAAe,IAAIK,CAAO,IAAIP,CAAiB,GACrD,2BAA6BO,GAC3B,IAAIL,CAAe,IAAIK,CAAO,IAAIC,CAAwB,GAC5D,kBAAoBD,GAClB,IAAIL,CAAe,IAAIK,CAAO,IAAIE,CAAc,GAClD,kBAAoBC,GAClB,IAAIC,CAAoB,IAAID,CAAU,GACxC,WAAaA,GAAuB,IAAIP,CAAa,IAAIO,CAAU,GACnE,gBAAkBX,GAAoB,IAAIa,CAAkB,IAAIb,CAAO,GACvE,4BAA8BA,GAC5B,IAAIa,CAAkB,IAAIb,CAAO,IAAIN,CAAqB,GAC5D,iBAAmBC,GAAiB,IAAImB,CAAmB,IAAInB,CAAI,EACrE",
  "names": ["explorerUrlBuilder", "shard", "BLOCKS_ENDPOINT", "TRANSACTIONS_ENDPOINT", "hash", "SC_RESULTS_ENDPOINT", "LOGS_ENDPOINT", "publicKey", "NODES_ENDPOINT", "address", "ACCOUNTS_ENDPOINT", "CODE_ENDPOINT", "TOKENS_ENDPOINT", "NFTS_ENDPOINT", "CONTRACTS_ENDPOINT", "id", "IDENTITIES_ENDPOINT", "tokenId", "LOCKED_ACCOUNTS_ENDPOINT", "ROLES_ENDPOINT", "identifier", "COLLECTIONS_ENDPOINT", "PROVIDERS_ENDPOINT", "MINIBLOCKS_ENDPOINT"]
}
