RelayMessageV1¶
Purpose¶
Relayed message.
Type¶
Record with fields:
src
: NodeIdentity
Source Node ID
dst
: NodeIdentity
Destination Node ID
tprefs
: Option<TransportPrefs>
Transport preferences for outgoing messages
expiry
: Option
Expiry time for outgoing messages
msg
: Vec
Encrypted and padded EngineMessageV1 or RelayMessageV1
sig
: Signature
Signature over the above fields by src