class

Tinrelay::OwnerAuth

Inherits JSON::Serializable < Reference < Object

Constructors

new(ship : String, owner_generation : Int32, admin_generation : Int64, timestamp : Int64, signature : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

admin_generation
Source
admin_generation=(admin_generation : Int64)
Source
owner_generation
Source
owner_generation=(owner_generation : Int32)
Source
ship
Source
ship=(ship : String)
Source
signature
Source
signature=(signature : String)
Source
signing_bytes(action : String, payload : Bytes) : Bytes
Source
timestamp
Source
timestamp=(timestamp : Int64)
Source