RPCSubscribe constructor

RPCSubscribe({
  1. List<StreamParameter>? streams,
  2. List<SubscribeBook>? books,
  3. List<String>? accounts,
  4. List<String>? accountProposed,
  5. String? url,
  6. String? urlUsername,
  7. String? urlPassword,
})

Implementation

RPCSubscribe(
    {this.streams,
    this.books,
    this.accounts,
    this.accountProposed,
    this.url,
    this.urlUsername,
    this.urlPassword});