Skip to main content

SignatureVerifyingKey

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / SignatureVerifyingKey

Type Alias: SignatureVerifyingKey

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

A hex-encoded signature verifying key annotated with its kind

Properties

tag

tag: SignatureKind;

value

value: string;