UNPKG

191 BTypeScriptView Raw
1import type { HexString } from '@polkadot/util/types';
2import type { Keypair } from '../../types';
3export declare function sr25519PairFromU8a(full: HexString | Uint8Array | string): Keypair;