UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

8 lines (7 loc) 727 B
export { type SerializeSignatureInput, toSerializedSignature, parseSerializedSignature, } from "./signature.js"; export { SIGNATURE_SCHEME_TO_FLAG, SIGNATURE_SCHEME_TO_SIZE, SIGNATURE_FLAG_TO_SCHEME, type SignatureScheme, type SignatureFlag, } from "./signature-scheme.js"; export { isValidHardenedPath, isValidBIP32Path, mnemonicToSeed, mnemonicToSeedHex, } from "./mnemonics.js"; export { messageWithIntent } from "./intent.js"; export type { IntentScope } from "./intent.js"; export { PRIVATE_KEY_SIZE, FALCON512_PRIVATE_KEY_SIZE, W_PRIVATE_KEY_PREFIX, type ParsedKeypair, type SignatureWithBytes, Signer, Keypair, decodeWowPrivateKey, encodeWowPrivateKey, } from "./keypair.js"; export { PublicKey } from "./publickey.js";