UNPKG

airgap-coin-lib

Version:

The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.

3 lines (2 loc) 160 B
import { KeyPair } from '../data/KeyPair'; export declare function createSr25519KeyPair(secret: string | Uint8Array, derivationPath: string): Promise<KeyPair>;