Tinrelay::SignedTransmission
Inherits JSON::Serializable < Reference < Object
SignedTransmission preserves ship-level provenance of the exact words and private context independently of relay retention and private receive-key lifetime.
Constructors
new(transmission_id : String, sender_ship : String, sender_signing_generation : Int32, recipient_ship : String, recipient_encryption_generation : Int32, created_at : Int64, to_label : String, body : String, from_label : Nil | String = nil, signature : String = "", protocol : Int32 = PROTOCOL, object_version : Int32 = 1)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
body
Sourcecreated_at
Sourcefrom_label
Sourceobject_version
Sourceprotocol
Sourcerecipient_encryption_generation
Sourcerecipient_ship
Sourcesender_ship
Sourcesender_signing_generation
Sourcesignature
Sourcesigning_bytes
Sourceto_label
Sourcetransmission_id
Source