Preparing search index...
The search index is not available
cardano-sdk
cardano-sdk
@cardano-sdk/cardano-services
TypeOrmHandleProvider
Class TypeOrmHandleProvider
Hierarchy
TypeormProvider
TypeOrmHandleProvider
Implements
HandleProvider
Index
Constructors
constructor
Properties
#connection
Config$
#connection
Timeout
#entities
#subscription
data
Source$
health
health
Check
Cache
in
Memory
Cache
logger
name
state
Methods
#reset
#subscribe
To
Data
Source
get
Policy
Ids
health
Check
initialize
initialize
After
initialize
Before
initialize
Impl
on
Error
resolve
Handles
shutdown
shutdown
After
shutdown
Before
shutdown
Impl
start
start
After
start
Before
start
Impl
with
Data
Source
with
Query
Runner
Constructors
constructor
new
Type
Orm
Handle
Provider
(
deps
:
TypeormProviderDependencies
)
:
TypeOrmHandleProvider
Parameters
deps:
TypeormProviderDependencies
Returns
TypeOrmHandleProvider
Properties
Private
#connection
Config$
#connection
Config$
:
Observable
<
PgConnectionConfig
>
Private
#connection
Timeout
#connection
Timeout
:
Milliseconds
Private
#entities
#entities
:
Function
[]
Private
#subscription
#subscription
:
undefined
|
Subscription
Protected
data
Source$
data
Source$
:
BehaviorSubject
<
null
|
DataSource
>
= ...
health
health
:
HealthCheckResponse
= ...
health
Check
Cache
health
Check
Cache
:
InMemoryCache
in
Memory
Cache
in
Memory
Cache
:
InMemoryCache
logger
logger
:
Logger
name
name
:
string
state
state
:
RunnableModuleState
Methods
Private
#reset
#reset
(
)
:
void
Returns
void
Private
#subscribe
To
Data
Source
#subscribe
To
Data
Source
(
)
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
get
Policy
Ids
get
Policy
Ids
(
)
:
Promise
<
PolicyId
[]
>
Returns
Promise
<
PolicyId
[]
>
health
Check
health
Check
(
)
:
Promise
<
HealthCheckResponse
>
Returns
Promise
<
HealthCheckResponse
>
initialize
initialize
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
initialize
After
initialize
After
(
)
:
void
Returns
void
initialize
Before
initialize
Before
(
)
:
void
Returns
void
initialize
Impl
initialize
Impl
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
on
Error
on
Error
(
_
:
unknown
)
:
void
Parameters
_:
unknown
Returns
void
resolve
Handles
resolve
Handles
(
args
:
ResolveHandlesArgs
)
:
Promise
<
(
null
|
HandleResolution
)
[]
>
Parameters
args:
ResolveHandlesArgs
Returns
Promise
<
(
null
|
HandleResolution
)
[]
>
shutdown
shutdown
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
shutdown
After
shutdown
After
(
)
:
void
Returns
void
shutdown
Before
shutdown
Before
(
)
:
void
Returns
void
shutdown
Impl
shutdown
Impl
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
start
start
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
start
After
start
After
(
)
:
void
Returns
void
start
Before
start
Before
(
)
:
void
Returns
void
start
Impl
start
Impl
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
with
Data
Source
with
Data
Source
<
T
>
(
callback
:
(
(
dataSource
:
DataSource
)
=>
Promise
<
T
>
)
)
:
Promise
<
T
>
Type Parameters
T
Parameters
callback:
(
(
dataSource
:
DataSource
)
=>
Promise
<
T
>
)
(
dataSource
:
DataSource
)
:
Promise
<
T
>
Parameters
dataSource:
DataSource
Returns
Promise
<
T
>
Returns
Promise
<
T
>
with
Query
Runner
with
Query
Runner
<
T
>
(
callback
:
(
(
queryRunner
:
QueryRunner
)
=>
Promise
<
T
>
)
)
:
Promise
<
T
>
Type Parameters
T
Parameters
callback:
(
(
queryRunner
:
QueryRunner
)
=>
Promise
<
T
>
)
(
queryRunner
:
QueryRunner
)
:
Promise
<
T
>
Parameters
queryRunner:
QueryRunner
Returns
Promise
<
T
>
Returns
Promise
<
T
>
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
Type
Orm
Handle
Provider
constructor
#connection
Config$
#connection
Timeout
#entities
#subscription
data
Source$
health
health
Check
Cache
in
Memory
Cache
logger
name
state
#reset
#subscribe
To
Data
Source
get
Policy
Ids
health
Check
initialize
initialize
After
initialize
Before
initialize
Impl
on
Error
resolve
Handles
shutdown
shutdown
After
shutdown
Before
shutdown
Impl
start
start
After
start
Before
start
Impl
with
Data
Source
with
Query
Runner
Generated using
TypeDoc