UNPKG

@polkadot/util-crypto

Version:
4 lines (3 loc) 194 B
import type { HexString } from '@polkadot/util/types'; import type { Keypair } from '../../types.js'; export declare function sr25519PairFromU8a(full: HexString | Uint8Array | string): Keypair;