Update doc

This commit is contained in:
jl777
2018-09-02 07:11:03 -11:00
parent 3d6ee3e028
commit 71d6c154a5
2 changed files with 9 additions and 5 deletions

View File

@@ -38,24 +38,28 @@
create: create:
vins.*: normal inputs vins.*: normal inputs
vout.0: txfee tag to oracle normal address vout.0: txfee tag to oracle normal address
vout.1: opreturn with name and description and format for data vout.1: change, if any
vout.n-1: opreturn with name and description and format for data
register: register:
vins.*: normal inputs vins.*: normal inputs
vout.0: txfee tag to normal marker address vout.0: txfee tag to normal marker address
vout.1: opreturn with createtxid, pubkey and price per data point vout.1: change, if any
vout.n-1: opreturn with createtxid, pubkey and price per data point
subscribe: subscribe:
vins.*: normal inputs vins.*: normal inputs
vout.0: subscription fee to publishers CC address vout.0: subscription fee to publishers CC address
vout.1: opreturn with createtxid, registered provider's pubkey, amount vout.1: change, if any
vout.n-1: opreturn with createtxid, registered provider's pubkey, amount
data: data:
vin.0: normal input vin.0: normal input
vin.1+: subscription vout.0 vin.1+: subscription vout.0
vout.0: change to publishers CC address vout.0: change to publishers CC address
vout.1: payment for dataprovider vout.1: payment for dataprovider
vout.2: opreturn with data in proper format vout.2: change, if any
vout.n-1: opreturn with data in proper format
*/ */

View File

@@ -18,7 +18,7 @@
/* /*
Prices CC would best build on top of the oracles CC, ie. to combine payments for multiple oracles and to calculate a 51% protected price feed. Prices CC would best build on top of the oracles CC, ie. to combine payments for multiple oracles and to calculate a 51% protected price feed.
CC locked funds can be used for automated trading CC locked funds can be used for automated trading -> creating valid price
*/ */