Class: Eth::Signature
- Inherits:
-
Object
- Object
- Eth::Signature
- Defined in:
- lib/eth/signature.rb
Instance Attribute Summary collapse
-
#hash ⇒ Object
Returns the value of attribute hash.
-
#message ⇒ Object
Returns the value of attribute message.
-
#prefixed_message ⇒ Object
Returns the value of attribute prefixed_message.
-
#r ⇒ Object
Returns the value of attribute r.
-
#rpc_signature ⇒ Object
Returns the value of attribute rpc_signature.
-
#s ⇒ Object
Returns the value of attribute s.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#signer ⇒ Object
Returns the value of attribute signer.
-
#v ⇒ Object
Returns the value of attribute v.
Instance Method Summary collapse
-
#initialize(message) ⇒ Signature
constructor
A new instance of Signature.
Constructor Details
#initialize(message) ⇒ Signature
Returns a new instance of Signature.
42 43 44 |
# File 'lib/eth/signature.rb', line 42 def initialize() = end |
Instance Attribute Details
#hash ⇒ Object
Returns the value of attribute hash.
32 33 34 |
# File 'lib/eth/signature.rb', line 32 def hash @hash end |
#message ⇒ Object
Returns the value of attribute message.
32 33 34 |
# File 'lib/eth/signature.rb', line 32 def end |
#prefixed_message ⇒ Object
Returns the value of attribute prefixed_message.
32 33 34 |
# File 'lib/eth/signature.rb', line 32 def end |
#r ⇒ Object
Returns the value of attribute r.
32 33 34 |
# File 'lib/eth/signature.rb', line 32 def r @r end |
#rpc_signature ⇒ Object
Returns the value of attribute rpc_signature.
32 33 34 |
# File 'lib/eth/signature.rb', line 32 def rpc_signature @rpc_signature end |
#s ⇒ Object
Returns the value of attribute s.
32 33 34 |
# File 'lib/eth/signature.rb', line 32 def s @s end |
#signature ⇒ Object
Returns the value of attribute signature.
32 33 34 |
# File 'lib/eth/signature.rb', line 32 def signature @signature end |
#signer ⇒ Object
Returns the value of attribute signer.
32 33 34 |
# File 'lib/eth/signature.rb', line 32 def signer @signer end |
#v ⇒ Object
Returns the value of attribute v.
32 33 34 |
# File 'lib/eth/signature.rb', line 32 def v @v end |