UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

6 lines (5 loc) 99 B
/// <reference types="node" /> export type KeyPair = { pubKey: Buffer; privKey: Buffer; };