UNPKG

@polkadot/keyring

Version:
6 lines (5 loc) 127 B
export interface PairInfo { publicKey: Uint8Array; secretKey?: Uint8Array | undefined; seed?: Uint8Array | null; }