struct CCL::Wallet::Action::Signature

Included Modules

Defined in:

ccl-wallet/action.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(v : String, r : String, s : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def r : String #

[View source]
def s : String #

[View source]
def v : String #

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


[View source]