Expand description
Signature types.
Structs§
- Multi
Signed - Blob signed by multiple public keys.
- Private
Key - An Ed25519 private key.
- Public
Key - An Ed25519 public key.
- Signature
- An Ed25519 signature.
- Signature
Bundle - A signature bundled with a public key.
- Signed
- Blob signed with one public key.
Traits§
- Signer
- A abstract signer.
Functions§
- signature_
context_ with_ chain_ separation - Extends signature context with additional domain separation based on the chain context.
- signature_
context_ with_ runtime_ separation - Extends signature context with additional domain separation based on the runtime ID.