Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/willow_utils/src/parameters/types.ts>KeypairEncodingScheme

TypeScript typings and utilities for the Willow protocol.
Go to Latest
type alias KeypairEncodingScheme
import { type KeypairEncodingScheme } from "https://deno.land/x/willow_utils@0.8.0/src/parameters/types.ts";

A scheme for encoding public keys and the signatures they produce.

Type Parameters

PublicKey
Signature
definition: { publicKey: EncodingScheme<PublicKey>; signature: EncodingScheme<Signature>; }