struct CCL::Wallet::Action::Signature
- CCL::Wallet::Action::Signature
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
ccl-wallet/action.crConstructors
Instance Method Summary
- #r : String
- #s : String
-
#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).
Constructor Detail
Instance Method Detail
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