Files
pezkuwi-common/packages/util-crypto/sr25519/pair/toU8a.d.ts
T

3 lines
139 B
TypeScript

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