RPCUnSubscribe constructor

RPCUnSubscribe({
  1. List<StreamParameter>? streams,
  2. List<UnsubscribeBook>? books,
  3. List<String>? accounts,
  4. List<String>? accountProposed,
})

Implementation

RPCUnSubscribe({
  this.streams,
  this.books,
  this.accounts,
  this.accountProposed,
});