Expand description
Pallet AutoID
Modules§
- dispatchables
- Auto-generated docs-only module listing all defined dispatchables for this pallet.
- storage_
types - Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
- weights
- Autogenerated weights for pallet_auto_id
Structs§
- AutoId
- A representation of AutoId
- Certificate
Action - Signing data used to verify the certificate action.
- Pallet
- The
Pallet
struct, the main type that implements traits and standalone functions within the pallet. - Renew
X509 Certificate - Type holds X509 certificate details used to renew.
- Signature
- Signature holds algorithm used and the signature value.
- X509
Certificate - X509 certificate.
Enums§
- Call
- Contains a variant per dispatchable extrinsic that this pallet has.
- Certificate
- Certificate associated with AutoId.
- Certificate
Action Type - Specific action type taken by the subject of the Certificate.
- Error
- The
Error
enum of this pallet. - Event
- The
Event
enum of this pallet - Register
Auto Id - Request to register a new AutoId.
- Register
Auto IdX509 - Type holds X509 certificate details used to register an AutoId.
- Renew
Auto Id - Request to renew AutoId.
Traits§
- Config
- Configuration trait of this pallet.
Type Aliases§
- Identifier
- Unique AutoId identifier.
- Module
Deprecated - Type alias to
Pallet
, to be used byconstruct_runtime
. - Serial
- Serial issued by the subject.