Module: ordinal-api
Namespaces
Classes
Interfaces
Type Aliases
InscriptionId
Ƭ InscriptionId: Object
Type declaration
Name | Type |
---|---|
index | number |
txid | string |
Defined in
ordinal-api/index.ts:20
ordinal-api/index.ts:25
OutPoint
Ƭ OutPoint: Object
Type declaration
Name | Type |
---|---|
txid | string |
vout | number |
Defined in
ordinal-api/index.ts:41
ordinal-api/index.ts:46
SatPoint
Ƭ SatPoint: Object
Type declaration
Name | Type |
---|---|
offset | number |
outpoint | OutPoint |
Defined in
ordinal-api/index.ts:62
ordinal-api/index.ts:67
Variables
MAINNET_ORD_BASE_PATH
• Const
MAINNET_ORD_BASE_PATH: "https://ordinals-mainnet.gobob.xyz"
Base path for Ordinals mainnet Explorer.
Default
"https://ordinals-mainnet.gobob.xyz"
Defined in
ordinal-api/index.ts:11
REGTEST_ORD_BASE_PATH
• Const
REGTEST_ORD_BASE_PATH: "http://0.0.0.0:3003"
Base path for Ordinals regtest Explorer.
Default
"http://0.0.0.0:3003"
Defined in
ordinal-api/index.ts:5
TESTNET_ORD_BASE_PATH
• Const
TESTNET_ORD_BASE_PATH: "https://ordinals-testnet.gobob.xyz"
Base path for Ordinals testnet Explorer.
Default
"https://ordinals-testnet.gobob.xyz"
Defined in
ordinal-api/index.ts:17