Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cardananium/cquisitor
/ functions
Functions
1,553 in github.com/cardananium/cquisitor
⨍
Functions
1,553
◇
Types & classes
444
↓ 2 callers
Function
priceToSubCoin
* Converts a decimal price to SubCoin (rational number)
src/utils/transactionValidation.ts:473
↓ 2 callers
Function
qtokenView
()
src/utils/protocols/liqwid/index.ts:170
↓ 2 callers
Function
reorderTransactionFields
(data: T)
src/utils/reorderTransactionFields.ts:86
↓ 2 callers
Method
reveal
Scroll the textarea so [start, end] is visible and select the range.
src/app/cddl-validator/CddlEditor.tsx:59
↓ 2 callers
Function
rowLabels
(rows: { label: string }[])
src/utils/protocols/orcfax/feed.test.ts:150
↓ 2 callers
Function
safeBytes
(d: PD)
src/utils/protocols/splash/datums.ts:110
↓ 2 callers
Function
safeSymbolAt
(cddl: string, byteOffset: number)
src/app/cddl-validator/cddlValidatorLib.ts:119
↓ 2 callers
Function
sameJsonPath
(a: string[], b: string[])
src/app/cddl-validator/CddlValidatorContent.tsx:53
↓ 2 callers
Function
setExpansion
(depth: number)
src/app/json-viewer/JsonDocumentView.tsx:296
↓ 2 callers
Function
shortHash
(s: string, head = 6, tail = 4)
src/components/TransactionCardView/components/SundaeScoopBanner.tsx:27
↓ 2 callers
Function
slotToDate
(slot: number | bigint, network: NetworkType)
src/utils/slotTime.ts:16
↓ 2 callers
Function
spanToRange
(span: SourceSpan | undefined | null)
src/app/cddl-validator/cddlError.ts:10
↓ 2 callers
Function
stakeCredentialSuffix
(stake: StakeCredential | null)
src/utils/protocols/jpgstore/index.ts:43
↓ 2 callers
Function
stripQuery
(hashPart: string)
src/components/TabNavigation.tsx:29
↓ 2 callers
Function
structuralFieldRow
(label: string, f: PD)
src/utils/protocols/optim/index.ts:67
↓ 2 callers
Function
switchView
(next: ScriptContextView)
src/app/TransactionValidatorContent.tsx:590
↓ 2 callers
Function
syntheticAssetRow
(hex: string)
src/utils/protocols/butane/index.ts:89
↓ 2 callers
Function
toBig
(v: bigint | number)
src/components/TransactionCardView/index.tsx:60
↓ 2 callers
Function
unpackContainer
(container: Uint8Array)
src/utils/shareLink/parser.ts:69
↓ 2 callers
Function
usePoolInfo
(poolIdent: string | null | undefined)
src/components/TransactionCardView/components/SundaeOrderPanel.tsx:44
↓ 2 callers
Function
usePoolPair
(ref: PoolRef | undefined, adapterId: string)
src/components/TransactionCardView/PoolInfoContext.tsx:150
↓ 2 callers
Function
usePoolPairEnabled
()
src/components/TransactionCardView/PoolInfoContext.tsx:161
↓ 2 callers
Function
useTransactionValidator
()
src/context/TransactionValidatorContext.tsx:308
↓ 2 callers
Function
useUtxoInfo
(ref: string | null | undefined)
src/components/TransactionCardView/UtxoInfoContext.tsx:224
↓ 2 callers
Function
utf16ToByte
(text: string, jsIndex: number)
src/app/cddl-validator/cddlError.ts:25
↓ 2 callers
Function
validateCDP
(cdp: CDPDatum)
src/utils/protocols/butane/butane.ts:399
↓ 2 callers
Function
validateChakraPool
(pool: ChakraPool)
src/utils/protocols/chakra/chakra.ts:172
↓ 2 callers
Function
validateCswapOrder
(order: CswapOrder)
src/utils/protocols/cswap/cswap.ts:103
↓ 2 callers
Function
validateCswapPool
(pool: CswapPool)
src/utils/protocols/cswap/cswap.ts:157
↓ 2 callers
Function
validateDanogoPosition
(pos: DanogoPosition)
src/utils/protocols/danogo/danogo.ts:426
↓ 2 callers
Function
validateTransactionWithContext
( txHex: string, context: ValidationInputContext )
src/utils/transactionValidation.ts:903
↓ 2 callers
Function
valueLegRows
(label: string, legs: CswapValueLeg[])
src/utils/protocols/cswap/index.ts:57
↓ 2 callers
Function
withStableswapPair
(view: DexOrderView, scriptHash?: string)
src/utils/protocols/minswap/index.ts:539
↓ 1 callers
Function
L
(...items: PD[])
src/utils/protocols/minswap/v1.test.ts:22
↓ 1 callers
Function
actionLabel
(action: StrikeOrderAction)
src/utils/protocols/strike/index.ts:126
↓ 1 callers
Function
actionView
(datum: PD)
src/utils/protocols/liqwid/index.ts:115
↓ 1 callers
Function
activeParamsRows
(p: ActiveParams)
src/utils/protocols/butane/index.ts:132
↓ 1 callers
Function
asAssetClassShape
(d: PD)
src/utils/protocols/optim/index.ts:58
↓ 1 callers
Function
assetNameLabel
(hex: string)
src/utils/protocols/butane/index.ts:176
↓ 1 callers
Function
assetsByPolicy
( multiasset: Record<string, Record<string, string>> | null | undefined, )
src/utils/protocols/dex/detect.ts:29
↓ 1 callers
Function
balancePoolToView
(pool: SplashBalancePool)
src/utils/protocols/splash/index.ts:202
↓ 1 callers
Function
bfAmountsToKoiosAssets
(amount: BfAmount[])
src/utils/blockfrostClient.ts:319
↓ 1 callers
Function
bfAssetToMetadata
(unit: string, a: BfAsset)
src/utils/blockfrostClient.ts:293
↓ 1 callers
Method
bfOutputToKoios
(txHash: string, o: BfTxOutput)
src/utils/blockfrostClient.ts:497
↓ 1 callers
Function
bondToView
()
src/utils/protocols/optim/index.ts:256
↓ 1 callers
Function
brotliCompress
(input: Uint8Array)
src/utils/shareLink/compression.ts:12
↓ 1 callers
Function
brotliDecompress
(input: Uint8Array)
src/utils/shareLink/compression.ts:17
↓ 1 callers
Function
build7
(step: PD, datumHash: PD)
src/utils/protocols/muesliswap/muesliswap.test.ts:267
↓ 1 callers
Function
buildCardanoCborUrl
(cborHex: string, type?: string)
src/utils/externalApps.ts:28
↓ 1 callers
Function
buildDexTxContext
( body: TransactionBody, redeemers: Redeemer[] | null | undefined, network: CardanoNetwork | undefined,
src/utils/protocols/dex/txContext.ts:66
↓ 1 callers
Function
buildDiagnosticsMap
(diagnostics: ValidationDiagnostic[])
src/components/ValidationJsonViewer.tsx:45
↓ 1 callers
Function
buildDiagnosticsMap
(diagnostics: ValidationDiagnostic[])
src/components/TransactionCardView/utils.ts:27
↓ 1 callers
Function
buildExplorerTxUrl
(txHash: string, network: NetworkType)
src/utils/externalApps.ts:45
↓ 1 callers
Function
buildHeader
* Build the header byte from key type and credential type
src/utils/cip129.ts:211
↓ 1 callers
Function
buildJsonViewerUrl
(payload: JsonViewerPayload)
src/utils/jsonViewerHandoff.ts:23
↓ 1 callers
Function
buildOverlay
( value: string, syntax: SyntaxRun[], marks: NormalisedMark[], )
src/app/cddl-validator/CddlEditor.tsx:116
↓ 1 callers
Function
buildStableswapPoolView
(d: StableswapPoolDatum)
src/utils/protocols/sundae/view.ts:249
↓ 1 callers
Function
buildSundaeTxContext
( body: TransactionBody, redeemers: Redeemer[] | null | undefined, network: CardanoNetwork | undefined,
src/utils/protocols/sundae/txContext.ts:206
↓ 1 callers
Function
buildV1PoolView
(d: V1PoolDatum)
src/utils/protocols/sundae/view.ts:269
↓ 1 callers
Function
buildV3PoolView
(d: V3PoolDatum)
src/utils/protocols/sundae/view.ts:235
↓ 1 callers
Function
buildValidatorUrl
(cborHex: string, network: NetworkType)
src/utils/externalApps.ts:12
↓ 1 callers
Function
bytesToHex
* Helper function to convert byte array to hex string
src/utils/transactionValidation.ts:492
↓ 1 callers
Function
bytesToHex
(bytes: Uint8Array)
src/utils/shareLink/base64url.ts:35
↓ 1 callers
Function
bytesToText
(bytes: Uint8Array)
src/utils/shareLink/base64url.ts:20
↓ 1 callers
Function
cacheSet
(unit: string, meta: AssetMetadata | null)
src/components/TransactionCardView/AssetInfoContext.tsx:105
↓ 1 callers
Function
cacheSet
(ref: string, utxo: KoiosUtxoInfo | null)
src/components/TransactionCardView/UtxoInfoContext.tsx:100
↓ 1 callers
Function
cancellerRow
(c: OrderAuthorizationMethod)
src/utils/protocols/minswap/index.ts:113
↓ 1 callers
Function
canonTag
Normalize a redeemer tag: CSL's decoded-tx uses "VotingProposal", eval uses "Propose".
src/utils/deUplcLink.ts:42
↓ 1 callers
Function
cborErrorOnCddlRange
(error: CborValidationErrorInfo | undefined | null)
src/app/cddl-validator/cddlError.ts:58
↓ 1 callers
Function
cborErrorToLocation
( error: CborDecodeError, hexByteLength: number, )
src/utils/cborError.ts:29
↓ 1 callers
Function
cddlParseErrorLine
(error: CddlErrorInfo | undefined | null)
src/app/cddl-validator/cddlError.ts:51
↓ 1 callers
Function
cddlParseErrorRange
(error: CddlErrorInfo | undefined | null)
src/app/cddl-validator/cddlError.ts:44
↓ 1 callers
Function
cdpDatumToView
(datum: CDPDatum)
src/utils/protocols/indigo/index.ts:157
↓ 1 callers
Function
cdpPositionToView
(datum: CDPPosition)
src/utils/protocols/indigo/index.ts:38
↓ 1 callers
Function
cdpToView
(cdp: CDPDatum)
src/utils/protocols/butane/index.ts:95
↓ 1 callers
Function
ceildiv
(num: bigint, den: bigint)
src/utils/protocols/sundae/calc.ts:145
↓ 1 callers
Function
charli3OuterKind
(ctor: number)
src/utils/protocols/charli3/feed.ts:51
↓ 1 callers
Function
classifyForwardsRedeemer
(redeemer: PD)
src/utils/protocols/strike/index.ts:361
↓ 1 callers
Function
classifyIndigoRedeemer
(redeemer: PD)
src/utils/protocols/indigo/index.ts:162
↓ 1 callers
Function
classifyLenfiRedeemer
(redeemer: PD, role: string)
src/utils/protocols/lenfi/index.ts:347
↓ 1 callers
Function
classifyMinswapStableswapOrderRedeemer
( data: PD, )
src/utils/protocols/minswap/v1.ts:242
↓ 1 callers
Function
classifyPerpRedeemer
(redeemer: PD)
src/utils/protocols/strike/index.ts:254
↓ 1 callers
Function
classifyV3OrderRedeemer
(data: PD)
src/utils/protocols/sundae/txContext.ts:106
↓ 1 callers
Function
clearSearch
()
src/app/json-viewer/JsonDocumentView.tsx:273
↓ 1 callers
Function
collateralActionLabel
(a: CollateralAction)
src/utils/protocols/lenfi/index.ts:343
↓ 1 callers
Function
collectChunkPositions
( value: AnyNode, chunks: ChunkInfo[], path: string[] = [] )
src/components/EditableHexView.tsx:260
↓ 1 callers
Function
collectMatches
* Collects, in document order, the paths of every node whose (string) key or * primitive value contains `query`. Paths are built with the same scheme
src/app/json-viewer/JsonDocumentView.tsx:69
↓ 1 callers
Function
collectPositions
( value: AnyNode, spans: HighlightedSpan[], colorCounter: { value: number }, path: string[] = [] )
src/components/EditableHexView.tsx:212
↓ 1 callers
Function
collectPositions
( value: CborValue, spans: HighlightedSpan[], colorCounter: { value: number } )
src/components/HighlightedHexView.tsx:35
↓ 1 callers
Function
collectPriceMaps
(node: PD, depth: number, out: Charli3PriceMap[])
src/utils/protocols/charli3/feed.ts:240
↓ 1 callers
Function
compareInputs
(a: TransactionInput, b: TransactionInput)
src/utils/protocols/dex/txContext.ts:48
↓ 1 callers
Function
compareInputs
(a: TransactionInput, b: TransactionInput)
src/utils/protocols/sundae/txContext.ts:80
↓ 1 callers
Function
compensationDatumRow
(d: PD)
src/utils/protocols/wingriders/index.ts:70
↓ 1 callers
Function
computeVkeyHash
(vkeyBech32: string)
src/components/ValidationJsonViewer.tsx:84
↓ 1 callers
Function
computeVkeyHash
(vkeyBech32: string)
src/components/JsonViewer.tsx:10
↓ 1 callers
Function
computeVkeyHash
(vkeyBech32: string)
src/components/TransactionCardView/utils.ts:6
↓ 1 callers
Function
configToView
(cfg: GlacierConfig)
src/utils/protocols/midnight/index.ts:66
↓ 1 callers
Function
configToView
(cfg: PoolConfig)
src/utils/protocols/lenfi/index.ts:149
↓ 1 callers
Function
continuingActionLabel
(a: PoolContinuingAction)
src/utils/protocols/lenfi/index.ts:330
↓ 1 callers
Function
credKind
(c: Credential)
src/utils/protocols/jpgstore/index.ts:36
← previous
next →
701–800 of 1,553, ranked by callers