Preparing search index...
The search index is not available
cardano-sdk
cardano-sdk
@cardano-sdk/cardano-services
DbSyncChainHistoryProvider
Class DbSyncChainHistoryProvider
Hierarchy
{
cardanoNode
:
CardanoNode
;
dbPools
:
DbPools
;
healthCheck
:
(
(
)
=>
Promise
<
HealthCheckResponse
>
)
;
logger
:
Logger
;
}
DbSyncChainHistoryProvider
Implements
ChainHistoryProvider
Index
Constructors
constructor
Properties
#builder
#metadata
Service
#pagination
Page
Size
Limit
cardano
Node
db
Pools
health
Check
logger
Methods
blocks
By
Hashes
transactions
By
Addresses
transactions
By
Hashes
transactions
By
Ids
Constructors
constructor
new
Db
Sync
Chain
History
Provider
(
__namedParameters
:
ChainHistoryProviderProps
, __namedParameters
:
ChainHistoryProviderDependencies
)
:
DbSyncChainHistoryProvider
Parameters
__namedParameters:
ChainHistoryProviderProps
__namedParameters:
ChainHistoryProviderDependencies
Returns
DbSyncChainHistoryProvider
Properties
Private
#builder
#builder
:
ChainHistoryBuilder
Private
#metadata
Service
#metadata
Service
:
TxMetadataService
Private
#pagination
Page
Size
Limit
#pagination
Page
Size
Limit
:
number
cardano
Node
cardano
Node
:
CardanoNode
db
Pools
db
Pools
:
DbPools
health
Check
health
Check
:
(
(
)
=>
Promise
<
HealthCheckResponse
>
)
Type declaration
(
)
:
Promise
<
HealthCheckResponse
>
Returns
Promise
<
HealthCheckResponse
>
logger
logger
:
Logger
Methods
blocks
By
Hashes
blocks
By
Hashes
(
__namedParameters
:
BlocksByIdsArgs
)
:
Promise
<
ExtendedBlockInfo
[]
>
Parameters
__namedParameters:
BlocksByIdsArgs
Returns
Promise
<
ExtendedBlockInfo
[]
>
transactions
By
Addresses
transactions
By
Addresses
(
__namedParameters
:
TransactionsByAddressesArgs
)
:
Promise
<
Paginated
<
HydratedTx
>
>
Parameters
__namedParameters:
TransactionsByAddressesArgs
Returns
Promise
<
Paginated
<
HydratedTx
>
>
transactions
By
Hashes
transactions
By
Hashes
(
__namedParameters
:
TransactionsByIdsArgs
)
:
Promise
<
HydratedTx
[]
>
Parameters
__namedParameters:
TransactionsByIdsArgs
Returns
Promise
<
HydratedTx
[]
>
Private
transactions
By
Ids
transactions
By
Ids
(
ids
:
string
[]
)
:
Promise
<
HydratedTx
[]
>
Parameters
ids:
string
[]
Returns
Promise
<
HydratedTx
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
cardano-
sdk
@cardano-
sdk/cardano-
services
<internal>
errors
util
@cardano-
sdk/cardano-
services-
client
<internal>
@cardano-
sdk/core
<internal>
Asset
Asset
Name
Label
util
Cardano
Asset
Fingerprint
Asset
Id
Asset
Name
Cip1854
Extended
Account
Public
Key
DRepID
Pool
Id
Reward
Account
Transaction
Id
Vrf
Vk
Bech32
util
Cardano
Node
Util
Days
Hours
Milliseconds
Minutes
Provider
Util
Seconds
Serialization
Tx
BodyCBOR
TxCBOR
metadatum
util
@cardano-
sdk/e2e
<internal>
@cardano-
sdk/golden-
test-
generator
<internal>
@cardano-
sdk/governance
<internal>
cip36
@cardano-
sdk/input-
selection
<internal>
@cardano-
sdk/key-
management
<internal>
cip8
errors
util
@cardano-
sdk/ogmios
<internal>
ogmios
To
Core
@cardano-
sdk/projection
<internal>
Bootstrap
In
Memory
Mappers
@cardano-
sdk/util
<internal>
Base64
Blob
Hex
Blob
@cardano-
sdk/util-
dev
<internal>
Asset
Id
Docker
Util
Tx
Test
Util
cip19
Test
Vectors
handle
Provider
Mocks
mock
Providers
@cardano-
sdk/util-
rxjs
@cardano-
sdk/wallet
<internal>
cip30
storage
@cardano-
sdk/web-
extension
<internal>
cip30
Db
Sync
Chain
History
Provider
constructor
#builder
#metadata
Service
#pagination
Page
Size
Limit
cardano
Node
db
Pools
health
Check
logger
blocks
By
Hashes
transactions
By
Addresses
transactions
By
Hashes
transactions
By
Ids
Generated using
TypeDoc