Last active
April 20, 2021 13:44
-
-
Save dexX7/07a8fd7ebe1936f23721eeea3a3068a7 to your computer and use it in GitHub Desktop.
Revisions
-
dexX7 revised this gist
Apr 20, 2021 . 1 changed file with 9 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,23 +15,26 @@ === Abstract This document proposes a new transaction type for the Omni Layer protocol, which allows to delegate the issuance and revocation of managed tokens to other addresses. === Copyright This OLE is licensed under the 2-clause BSD license. === Motivation Right now only the issuer of a managed token can create or revoke units of the token. However, with this new transaction type, other addresses may be used for this process. Use cases..? == Specification Two new transaction types are added: - Add Delegate - Remove Delegate Only the actual token issuer can add or remove delegated, but no delegate itself. Delegates are also unable to change the issuer or manager of a token. == References -
dexX7 revised this gist
Apr 20, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ === Abstract This document proposes a new transaction type for the Omni Layer protocol, which allows i === Copyright -
dexX7 created this gist
Apr 20, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,42 @@ .... OLE: XXX Layer: Protocol Title: Delegated Issuance Author: dexx ([email protected]) Comments-Summary: No comments yet. Comments-URI: https://github.com/OmniLayer/Documentation/blob/master/OLEs/ole-XXX.adoc Status: Draft Type: Informational Created: 2021-04-20 License: BSD-2-Clause .... == Introduction === Abstract XXX === Copyright This OLE is licensed under the 2-clause BSD license. === Motivation XXX === Background XXX == Specification XXX == References XXX == Appendices XXX