Signature
For the complete documentation index, see llms.txt
@midnight-ntwrk/compact-runtime v0.19.0
@midnight-ntwrk/compact-runtime / Signature
Type Alias: Signature
type Signature = {
tag: SignatureKind;
value: string;
};
A hex-encoded signature annotated with its kind
Properties
tag
tag: SignatureKind;
value
value: string;