Skip to content

Instantly share code, notes, and snippets.

@dexX7
Last active April 20, 2021 13:44
Show Gist options
  • Select an option

  • Save dexX7/07a8fd7ebe1936f23721eeea3a3068a7 to your computer and use it in GitHub Desktop.

Select an option

Save dexX7/07a8fd7ebe1936f23721eeea3a3068a7 to your computer and use it in GitHub Desktop.

Revisions

  1. dexX7 revised this gist Apr 20, 2021. 1 changed file with 9 additions and 6 deletions.
    15 changes: 9 additions & 6 deletions delegatedissuance.adoc
    Original 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 i
    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

    XXX

    === Background
    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.

    XXX
    Use cases..?

    == Specification

    XXX
    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

  2. dexX7 revised this gist Apr 20, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion delegatedissuance.adoc
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@

    === Abstract

    XXX
    This document proposes a new transaction type for the Omni Layer protocol, which allows i

    === Copyright

  3. dexX7 created this gist Apr 20, 2021.
    42 changes: 42 additions & 0 deletions delegatedissuance.adoc
    Original 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