OpenChannelListQuery

OpenChannelListQuery

Query class used to get list of open channels. Initialize with this OpenChannel.createOpenChannelListQuery

Members

customTypes :Array.<string>

Default Value:
  • []
Type:
  • Array.<string>

hasNext :boolean

Type:
  • boolean

(nullable) includeFrozen :boolean

Default Value:
  • true
Type:
  • boolean

(nullable) includeMetaData :boolean

Default Value:
  • true
Type:
  • boolean

isLoading :boolean

Type:
  • boolean

limit :number

Default Value:
  • 20
Type:
  • number

(nullable) nameKeyword :string

Default Value:
  • null
Type:
  • string

(nullable) urlKeyword :string

Default Value:
  • null
Type:
  • string

Methods

next(callbackopt) → {Promise|undefined}

Executes the query

Parameters:
Name Type Attributes Description
callback openChannelListQueryCallback <optional>
Returns:
Type
Promise | undefined