0.31.12 • Published 1 year ago

@bugbytes/hapi-mempool v0.31.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

HAPI Mempool Client

This is an Experimental Project, the creators make no assertion of future maintanance or support. We suggest you do not use this package at this time, but if you do, please bind to the exact version of the package as future patch releases will not be backwards compatible until stability in design and features is achieved.

@bugbytes/hapi-mempool

This package provides a helper client for interacting with the experimental Mempool REST server, a REST front-end for submitting raw (possibly partially) signed protobuf HAPI transactions which are then temporarily held in state and submitted to the appropriate Hedera Gossip Node via native gRPC protocol at the proper submission time.
The implementation requires the following peer dependencies: @bugbytes/hapi-proto, @bugbytes/hapi-util, long, protobufjs as well as an implementation of the Fetch API to intrinsically exist in the process environment.