Skip to main content

SigningKey

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / SigningKey

Type Alias: SigningKey

type SigningKey = {
tag: SignatureKind;
value: string;
};

A hex-encoded signing key annotated with its kind

Properties

tag

tag: SignatureKind;

value

value: string;