{
  "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": "yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,IAAA,eAAAC,EAAAH,GAAA,IAAAI,EAiBO,8BAEA,MAAMF,EAAqB,CAChC,MAAQG,GAA2B,IAAI,iBAAe,UAAUA,CAAK,GACrE,cAAgBA,GACd,IAAI,uBAAqB,kBAAkBA,CAAK,GAClD,YAAcA,GACZ,IAAI,uBAAqB,gBAAgBA,CAAK,GAChD,mBAAqBC,GACnB,IAAI,uBAAqB,IAAIA,CAAI,GACnC,4BAA8BA,GAC5B,IAAI,uBAAqB,IAAIA,CAAI,IAAI,qBAAmB,GAC1D,uBAAyBA,GACvB,IAAI,uBAAqB,IAAIA,CAAI,IAAI,eAAa,GACpD,YAAcC,GAAsB,IAAI,gBAAc,IAAIA,CAAS,GACnE,eAAiBC,GAAoB,IAAI,mBAAiB,IAAIA,CAAO,GACrE,2BAA6BA,GAC3B,IAAI,mBAAiB,IAAIA,CAAO,IAAI,eAAa,GACnD,qBAAuBA,GACrB,IAAI,mBAAiB,IAAIA,CAAO,IAAI,iBAAe,GACrD,mBAAqBA,GACnB,IAAI,mBAAiB,IAAIA,CAAO,IAAI,eAAa,GACnD,wBAA0BA,GACxB,IAAI,mBAAiB,IAAIA,CAAO,IAAI,qBAAmB,GACzD,wBAA0BA,GACxB,IAAI,mBAAiB,IAAIA,CAAO,IAAI,oBAAkB,GACxD,gBAAkBC,GAAe,IAAI,qBAAmB,IAAIA,CAAE,GAC9D,aAAeC,GAAoB,IAAI,iBAAe,IAAIA,CAAO,GACjE,qBAAuBA,GACrB,IAAI,iBAAe,IAAIA,CAAO,IAAI,mBAAiB,GACrD,2BAA6BA,GAC3B,IAAI,iBAAe,IAAIA,CAAO,IAAI,0BAAwB,GAC5D,kBAAoBA,GAClB,IAAI,iBAAe,IAAIA,CAAO,IAAI,gBAAc,GAClD,kBAAoBC,GAClB,IAAI,sBAAoB,IAAIA,CAAU,GACxC,WAAaA,GAAuB,IAAI,eAAa,IAAIA,CAAU,GACnE,gBAAkBH,GAAoB,IAAI,oBAAkB,IAAIA,CAAO,GACvE,4BAA8BA,GAC5B,IAAI,oBAAkB,IAAIA,CAAO,IAAI,uBAAqB,GAC5D,iBAAmBF,GAAiB,IAAI,qBAAmB,IAAIA,CAAI,EACrE",
  "names": ["explorerUrlBuilder_exports", "__export", "explorerUrlBuilder", "__toCommonJS", "import_endpoints", "shard", "hash", "publicKey", "address", "id", "tokenId", "identifier"]
}
