Module essential_types::serde::signature

source ·
Expand description

Helpers for serializing and deserializing Signature types.

Serializes the signature as a sequence of 65 bytes (64 for the signature, 1 for the ID).

Human readable serialization formats are serialized as a 65-byte, upper hex string.

Re-exports§