Skip to content

Commit

Permalink
feat: rename explicit fees trait to transactional fees decentralized-…
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Dec 10, 2024
1 parent cc18a8a commit 208eb10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/traits.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"title": "Deletable",
"description": "DID method's capability to permanently remove a DID and its associated DID document from the underlying system, rendering the identifier and its historical irresolvable."
},
"explicitFees": {
"transactionalFees": {
"type": "boolean",
"title": "Explicit Fees",
"title": "Transactional Fees",
"description": "Indicates whether a DID method imposes mandatory transactional costs for creating, updating, or deactivating identifiers. These fees are typically associated with blockchain or distributed ledger-based methods, where computational resources and network consensus mechanisms necessitate economic compensation."
},
"selfCertifying": {
Expand Down

0 comments on commit 208eb10

Please sign in to comment.