Payments.

Co-authored-by: Alan Evans <alan@signal.org>
Co-authored-by: Alex Hart <alex@signal.org>
Co-authored-by: Cody Henthorne <cody@signal.org>
This commit is contained in:
Android Team
2021-04-06 13:03:33 -03:00
committed by Alan Evans
parent c42023855b
commit fddba2906a
311 changed files with 18956 additions and 235 deletions

View File

@@ -70,6 +70,16 @@ message BodyRangeList {
repeated BodyRange ranges = 1;
}
message CryptoValue {
oneof Value {
MobileCoinValue mobileCoinValue = 1;
}
message MobileCoinValue {
string picoMobileCoin = 1;
}
}
message GroupCallUpdateDetails {
string eraId = 1;
string startedCallUuid = 2;