3.0.1 • Published 3 years ago

@zapjs/arbiter v3.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

Zap-arbiter

This repository provides Interface to Zap Arbiter contract

Prerequisites

- Node 12.20 <=14.15
- Typescript

Usage

Using Zap Arbiter to listen to subscriptions events
npm install --save `@zapjs/arbiter`
import {ZapArbiter} from '@zapjs/arbiter';

let myZapArbiter = new ZapArbiter();

Custom configuration

let myZapArbiter = new ZapArbiter({networkId,networkProvider,coordinator})

Listen to new subscription events

myZapArbiter.listenSubscriptionStart(filters,allback)

Listen to end subscription events

myZapArbiter.listenSubscriptionEnd(filters,allback)

Get Subscription of provider-subscriber-endpoint

await myZapArbiter.getSubscription({provider,subscriber,endpoint})

Listen all events

myZapArbiter.listen(callback)

See more Usages of each packages :

Built With

3.0.1

3 years ago

3.0.0

3 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.0.16

5 years ago

2.0.15

5 years ago

2.0.14

5 years ago

2.0.13

6 years ago

2.0.12

6 years ago

2.0.11

6 years ago

2.0.10

6 years ago

2.0.9

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago