Add import and tombstones for mobile coin payments.

This commit is contained in:
Clark
2024-05-31 17:03:59 -04:00
committed by Cody Henthorne
parent 1e35403c87
commit d85ab37828
19 changed files with 399 additions and 9 deletions

View File

@@ -499,6 +499,7 @@ message MessageExtras {
GV2UpdateDescription gv2UpdateDescription = 1;
signalservice.GroupContext gv1Context = 2;
ProfileChangeDetails profileChangeDetails = 3;
PaymentTombstone paymentTombstone = 4;
}
}
@@ -506,3 +507,9 @@ message GV2UpdateDescription {
optional DecryptedGroupV2Context gv2ChangeDescription = 1;
backup.GroupChangeChatUpdate groupChangeUpdate = 2;
}
message PaymentTombstone {
optional string note = 1;
CryptoValue amount = 2;
CryptoValue fee = 3;
}