mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
clarify comment (#3391)
* clarify comment * clarify comment * clarify comment
This commit is contained in:
committed by
Gavin Wood
parent
0c941d66cb
commit
818bf37931
@@ -256,11 +256,11 @@ pub enum PermissionVersions<AccountId> {
|
||||
|
||||
/// Asset permission types
|
||||
pub enum PermissionType {
|
||||
/// Permission to update asset permission
|
||||
/// Permission to burn asset permission
|
||||
Burn,
|
||||
/// Permission to mint new asset
|
||||
Mint,
|
||||
/// Permission to burn asset
|
||||
/// Permission to update asset
|
||||
Update,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user