Explicitly construct Amount types.
Depends on D789.
Differential D790
Complete explicit Amount construction in Qt code Authored by schancel on Dec 11 2017, 19:10. Tags None Subscribers None
Details
Explicitly construct Amount types. Depends on D789. make check
Diff Detail
Event Timeline
Comment Actions payments:: stuff is coming from protobufs definitions.`. I'm not sure about adding Amount class to that. // Generalized form of "send payment to this/these bitcoin cash addresses"
message Output {
optional uint64 amount = 1 [default = 0]; // amount is integer-number-of-satoshis
required bytes script = 2; // usually one of the standard Script forms
}
| ||||||||||||||||||||||||||||||||||||||||||||||||||