Module signing

Module signing 

Expand description

Transaction signing support.

Modules§

signature_descriptor
Nested message and enum types in SignatureDescriptor.

Structs§

SignatureDescriptor
SignatureDescriptor is a convenience type which represents the full data for a signature including the public key of the signer, signing modes and the signature itself. It is primarily used for coordinating signatures between clients.
SignatureDescriptors
SignatureDescriptors wraps multiple SignatureDescriptor’s.

Enums§

SignMode
SignMode represents a signing mode with its own security guarantees.