Interface SubscribeProvider

interface SubscribeProvider {
    subscribe(filter): Subscription<string>;
    subscribeBlock(filter): Subscription<BlockResponse>;
    subscribeEvent(filter?): Subscription<InternalOperationResult>;
    subscribeOperation(filter): Subscription<OperationContent>;
}

Implemented by

Methods

Generated using TypeDoc