Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected api

Methods

get

getAllActiveByAuthor

  • Get a list of active (not expired) subscriptions by account (author).

    Parameters

    • author: ChainObject

      author account object id, 1.2.*

    • Default value count: number = 100

      maximum number of subscription objects to fetch (must not exceed 100)

    Returns Observable<Subscription[]>

    a list of active subscription objects

getAllActiveByConsumer

  • Get a list of active (not expired) subscriptions by account (consumer).

    Parameters

    • consumer: ChainObject

      consumer account object id, 1.2.*

    • Default value count: number = 100

      maximum number of subscription objects to fetch (must not exceed 100)

    Returns Observable<Subscription[]>

    a list of active subscription objects

getAllByAuthor

  • Get a list of subscriptions by account (author).

    Parameters

    • author: ChainObject

      author account object id, 1.2.*

    • Default value count: number = 100

      maximum number of subscription objects to fetch (must not exceed 100)

    Returns Observable<Subscription[]>

    a list of subscription objects

getAllByConsumer

  • Get a list of subscriptions by account (consumer).

    Parameters

    • consumer: ChainObject

      consumer account object id, 1.2.*

    • Default value count: number = 100

      maximum number of subscription objects to fetch (must not exceed 100)

    Returns Observable<Subscription[]>

    a list of subscription objects

Protected request

Generated using TypeDoc