struct

CCL::Wallet::Action::Signature

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(v : String, r : String, s : String)
new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)

Instance methods

r
s
v

This is not the real recovery param (aka recid, aka v) but just the public key for now until secp256k1.cr is supporting (v,r,s). Currently only (r,s) is supported by the library