Difference between revisions of "HistorianCloseOfferData"
From OIP Wiki
m (Devon moved page HistorianBlockRewardData to HistorianCloseOfferData) |
|
(No difference)
|
Revision as of 00:27, 21 May 2018
In instances in which only one miner is receiving their payout, from a single won block, the message format will look like this:
{ oip042: pub: abr1: floAddress: block: amount: signature }
In instances in which a single miner is receiving their payout, from a series of won blocks, the message will look like this:
{ oip042: pub: abr1: floAddress: block: amount: block: amount: block: amount: signature }
And in instances in which a variety of miners are receiving payouts from a series of won blocks, the message will look like this:
{ oip042: pub: abr1: floAddress: block: amount: block: amount1,amount2: block: amount1,amount2,amount3: block: amount: signature }