Skip to content

adamant-api / index / KeyPair

Interface: KeyPair

Defined in: src/helpers/keys.ts:8

Properties

privateKey

ts
privateKey: Buffer;

Defined in: src/helpers/keys.ts:10


publicKey

ts
publicKey: Buffer;

Defined in: src/helpers/keys.ts:9

Released under the GPL-3.0 License.