2.2.1 • Published 1 year ago
@pokt-foundation/pocketjs-abstract-provider v2.2.1
Abstract Provider
The abstract provider is the base class that all providers available in PocketJS inherit. They dictate the necessary functions along with their types to make a minimally-viable provider.
Installation
pnpm i @pokt-foundation/pocketjs-abstract-provider
Usage
Simply import it into your project and start coding!
import { AbstractProvider } from '@pokt-foundation/pocketjs-abstract-provider'
class MyProvider implements AbstractProvider {
// ... now override the methods!
}
2.2.1
1 year ago
2.2.1-rc.0
1 year ago
2.2.0
1 year ago
2.2.0-rc.0
1 year ago
2.2.0-rc.5
1 year ago
2.2.0-beta.0
2 years ago
2.1.2-beta
2 years ago
2.1.2
2 years ago
2.1.1
2 years ago
2.1.3
2 years ago
1.2.0
3 years ago
1.1.1
3 years ago
2.1.0
3 years ago
2.0.0
3 years ago
1.1.0
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.0.1
3 years ago