Crate public_credentials
source ·Expand description
Public credentials Pallet
Provides means of issuing public KILT credentials to subjects.
Terminology
-
Attester:: An entity which issues a set of claims (i.e., a credential) to a subject. This could be an NFT Marketplace which issues authenticity certificates to NFT collections.
-
Subject:: The subject of a credential, i.e., the entity which the claims in the credential refer to.
Re-exports
pub use crate::default_weights::WeightInfo;
pub use crate::credentials::*;
pub use crate::pallet::*;
Modules
- Autogenerated weights for public_credentials
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.