This commit is contained in:
Lex Berezhny 2019-04-25 19:46:48 -04:00
parent 547d6aba37
commit f456fbbf5c

View file

@ -57,13 +57,14 @@ message Output {
message ClaimMeta {
Output channel = 1;
bool is_winning = 2;
uint64 effective_amount = 3;
uint64 trending_amount = 4;
uint64 activation_height = 3;
uint64 effective_amount = 4;
uint64 trending_amount = 5;
}
message Transaction {
// entire raw transaction
bytes tx = 1;
bytes raw = 1;
// height progression
// -1: in mempool but has unconfirmed inputs