Tokenomics API Beta 1 0.1.1

Tokenomics API is in charge of all the communication between NuNet platform and blokchains that are enabled. The API itself is blockchain agnostic and defines only the functionality from the platfrom perspective. Blockchain specific implementations of this API are developed separately for each blockchain and hosted appropriately.

Operations

  • PUB tokenomics/deposit

    Accepts the following message:

    deposit
    object

    Examples

  • PUB tokenomics/withdraw

    Accepts the following message:

    withdraw
    object

    Examples

  • PUB tokenomics/verify

    Accepts the following message:

    verify
    object

    Examples

  • PUB tokenomics/openChannel

    Accepts the following message:

    OpenChannel
    object

    Examples

  • PUB tokenomics/closeChannel

    Accepts the following message:

    CloseChannel
    object

    Examples

  • PUB tokenomics/extendChannel

    Accepts the following message:

    ExtendChannel
    object

    Examples

  • SUB tokenomics/listenForWithdraw

    Accepts the following message:

    ListenForWithdraw
    object

    Examples

  • SUB tokenomics/listenForDeposit

    Accepts the following message:

    ListenForDeposit
    object

    Examples

  • SUB tokenomics/listenForVerify

    Accepts the following message:

    ListenForVerify
    object

    Examples

  • SUB tokenomics/listenForOpenChanel

    Accepts the following message:

    ListenForOpenChannel
    object

    Examples

  • SUB tokenomics/listenForClosedChanel

    Accepts the following message:

    ListenForClosedChannel
    object

    Examples

  • SUB tokenomics/listenForExtendedChanel

    Accepts the following message:

    ListenForExtendedChannel
    object

    Examples

Messages

  • #1deposit
    object
  • #2withdraw
    object
  • #3verify
    object
  • #4OpenChannel
    object
  • #5CloseChannel
    object
  • #6ExtendChannel
    object
  • #7ListenForOpenChannel
    object
  • #8ListenForClosedChannel
    object
  • #9ListenForExtendedChannel
    object
  • #10ListenForWithdraw
    object
  • #11ListenForDeposit
    object
  • #12ListenForVerify
    object