- Preparing search index...
- The search index is not available
cardano-sdk
Interface BackgroundMessengerApiDependencies
Hierarchy
- BackgroundMessengerApiDependencies
Properties
messenger
messenger
: { getChannel
: ((channelName
: string) => Channel); shutdown
(): void; shutdownChannel
(channelName
: string): void; }
Type declaration
-
getChannel: ((channelName: string) => Channel)
-
shutdown:function
- shutdown(): void
-
Returns void
-
shutdownChannel:function
- shutdownChannel(channelName: string): void
-
Returns void
Disconnect all existing ports and stop listening for new ones.