UNPKG

@hyperledger/cactus-common

Version:

Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.

5 lines (4 loc) 127 B
export interface ISignerKeyPair { privateKey: Uint8Array | Buffer | string; publicKey: Uint8Array | Buffer | string; }