Directories ¶
Path | Synopsis |
---|---|
Package client defines interfaces and types that facilitate interactions with blockchain functionalities, both transactional and observational.
|
Package client defines interfaces and types that facilitate interactions with blockchain functionalities, both transactional and observational. |
block
Package block contains a light wrapper of the EventsReplayClient[Block] generic which listens for committed block events on chain and emits them through a ReplayObservable.
|
Package block contains a light wrapper of the EventsReplayClient[Block] generic which listens for committed block events on chain and emits them through a ReplayObservable. |
delegation
Package delegation contains a light wrapper of the EventsReplayClient[Redelegation] generic which listens for redelegation events on chain and emits them through a ReplayObservable.
|
Package delegation contains a light wrapper of the EventsReplayClient[Redelegation] generic which listens for redelegation events on chain and emits them through a ReplayObservable. |
events
Package events provides a generic client for subscribing to on-chain events via an EventsQueryClient and transforming the received events into the type defined by the EventsReplayClient's generic type parameter.
|
Package events provides a generic client for subscribing to on-chain events via an EventsQueryClient and transforming the received events into the type defined by the EventsReplayClient's generic type parameter. |
events/websocket
Package websocket provides a websocket client used to connect to a cosmos-sdk based chain node and subscribe to events via the EventsQueryClient.
|
Package websocket provides a websocket client used to connect to a cosmos-sdk based chain node and subscribe to events via the EventsQueryClient. |
query
Package query provides interfaces used to query the state of the blockchain.
|
Package query provides interfaces used to query the state of the blockchain. |
Package crypto provides the cryptographic primitives used by the Pocket Network.
|
Package crypto provides the cryptographic primitives used by the Pocket Network. |
rings
Package rings provides the RingCache interface that is used to build rings for applications by either the application itself or a gateway.
|
Package rings provides the RingCache interface that is used to build rings for applications by either the application itself or a gateway. |
deps
|
|
config
Package config provides a method by which dependencies can be injected into dependency chains, via the use of SupplierFn functions.
|
Package config provides a method by which dependencies can be injected into dependency chains, via the use of SupplierFn functions. |
Click to show internal directories.
Click to hide internal directories.