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))
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
certificate
clone
Sourcecopy_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)
Sourcecurve
dataHash
dataHashAlgorithm
schemaHash
signature
signedAt
signedFlavorTables
to_h
Source