struct

Command::Signature

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(signature : String, dataHashAlgorithm : String, dataHash : String, schemaHash : String, certificate : String, curve : String, signedAt : String, signedFlavorTables : Array(String))
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

certificate
clone
Source
copy_with(signature _signature = @signature, dataHashAlgorithm _dataHashAlgorithm = @dataHashAlgorithm, dataHash _dataHash = @dataHash, schemaHash _schemaHash = @schemaHash, certificate _certificate = @certificate, curve _curve = @curve, signedAt _signedAt = @signedAt, signedFlavorTables _signedFlavorTables = @signedFlavorTables)
Source
curve
dataHash
dataHashAlgorithm
schemaHash
signature
signedAt
signedFlavorTables
to_h
Source