Files

3 lines
139 B
TypeScript

import type { Keypair } from '../../types.js';
export declare function sr25519KeypairToU8a({ publicKey, secretKey }: Keypair): Uint8Array;