Tinrelay::Spool
Constants
LOCAL_ID = /\Atr_[0-9a-f]{32}\z/
Constructors
new(root)
SourceInstance methods
list
Sourcenext_unrouted
Sourcepending
Sourceroot
Sourcerouted
Sourcestore_hail(hail : Hail, certificate : ShipRadioCertificate, owner_chain : Array(OwnerKeyLink), contact_state : String = "stranger", now : Int64 = Time.utc.to_unix) : HailSpoolRecord
Sourcestore_rejection(envelope : SignedRelayEnvelope, reason : String, now : Int64 = Time.utc.to_unix) : RejectedTransmissionSpoolRecord
Sourcestore_transmission(envelope : SignedRelayEnvelope, transmission : SignedTransmission, sender_certificate : ShipRadioCertificate, sender_owner_public_key : String, sender_owner_chain : Array(OwnerKeyLink) | Nil = nil, now : Int64 = Time.utc.to_unix) : TransmissionSpoolRecord
Sourcewith_radio_lock
Source