We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95f005 commit 8dcae25Copy full SHA for 8dcae25
proto/xmtpv4/envelopes/envelopes.proto
@@ -37,6 +37,7 @@ message ClientEnvelope {
37
message PayerEnvelope {
38
bytes unsigned_client_envelope = 1; // Protobuf serialized
39
xmtp.identity.associations.RecoverableEcdsaSignature payer_signature = 2;
40
+ uint32 target_originator = 3;
41
}
42
43
// For blockchain envelopes, these fields are set by the smart contract
0 commit comments