Skip to content

unsubscribe(type_socketId_)

bigearsenal edited this page May 17, 2022 · 1 revision

unsubscribe(type:socketId:)

Unsubscribe to an entity ('account', 'program', 'signature', for example)

@discardableResult public func unsubscribe(type entity: SocketEntity, socketId: UInt64)

Parameters

  • type: type of entity, '.account', '.program',...
  • socketId: id of the subscription

Returns

id of the request

Types
Protocols
Global Typealiases
Global Variables
Global Functions
Operators
Extensions
Clone this wiki locally