Module envelope

Module envelope 

Source

Structs§

ChangesetEnvelope

Enums§

UnpackError
Error from unpacking a changeset envelope.

Functions§

pack
Pack an envelope and changeset into the wire format.
sign_envelope
Sign a changeset envelope with the user’s Ed25519 keypair.
unpack
Unpack the wire format into envelope + changeset bytes.
verify_changeset_signature
Verify the signature on a changeset envelope.