Space SDK Package

Space SDK Package

  • Users
  • Storage
  • Space Docs

@spacehq/sdk > TxlSubscribeResponse

TxlSubscribeResponse interface

Signature:

export interface TxlSubscribeResponse 

Properties

PropertyTypeDescription
off(type: TxlSubscribeEventType, listener: TxlSubscribeListener) => void
on(type: TxlSubscribeEventType, listener: TxlSubscribeListener) => void
once(type: TxlSubscribeEventType, listener: TxlSubscribeListener) => voidthis function should only be used to listen for the 'done' event, since the listener would only be called once. or else you could end up having functions leaking (unless you explicitly call the off() function).
  • TxlSubscribeResponse interface
  • Properties
Space SDK Package
Docs
Getting StartedUsersStorage
Resources
All DocumentationProject SlackBlog
More
GitHubStar
Follow @spacestorage