LibertyDSNP / eth-sdk-ts

TypeScript SDK for DSNP on Ethereum
Apache License 2.0
9 stars 1 forks source link

refac(batch-subscription): extract common code #124

Closed enddynayn closed 3 years ago

enddynayn commented 3 years ago

Extract code that gets past logs and subscribes to new log events into

subscribeToEvent function.

This allows the ability subscribe and fetch past logs to used for other event subscriptions.