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.
-
#hash_hex ⇒ Object
Returns the value of attribute hash_hex.
-
#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 ⇒ Object
Returns the value of attribute rpc.
-
#rpc_hex ⇒ Object
Returns the value of attribute rpc_hex.
-
#s ⇒ Object
Returns the value of attribute s.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#signature_hex ⇒ Object
Returns the value of attribute signature_hex.
-
#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.
6 7 8 |
# File 'lib/eth/signature.rb', line 6 def initialize() = end |
Instance Attribute Details
#hash ⇒ Object
Returns the value of attribute hash.
4 5 6 |
# File 'lib/eth/signature.rb', line 4 def hash @hash end |
#hash_hex ⇒ Object
Returns the value of attribute hash_hex.
4 5 6 |
# File 'lib/eth/signature.rb', line 4 def hash_hex @hash_hex end |
#message ⇒ Object
Returns the value of attribute message.
4 5 6 |
# File 'lib/eth/signature.rb', line 4 def end |
#prefixed_message ⇒ Object
Returns the value of attribute prefixed_message.
4 5 6 |
# File 'lib/eth/signature.rb', line 4 def end |
#r ⇒ Object
Returns the value of attribute r.
4 5 6 |
# File 'lib/eth/signature.rb', line 4 def r @r end |
#rpc ⇒ Object
Returns the value of attribute rpc.
4 5 6 |
# File 'lib/eth/signature.rb', line 4 def rpc @rpc end |
#rpc_hex ⇒ Object
Returns the value of attribute rpc_hex.
4 5 6 |
# File 'lib/eth/signature.rb', line 4 def rpc_hex @rpc_hex end |
#s ⇒ Object
Returns the value of attribute s.
4 5 6 |
# File 'lib/eth/signature.rb', line 4 def s @s end |
#signature ⇒ Object
Returns the value of attribute signature.
4 5 6 |
# File 'lib/eth/signature.rb', line 4 def signature @signature end |
#signature_hex ⇒ Object
Returns the value of attribute signature_hex.
4 5 6 |
# File 'lib/eth/signature.rb', line 4 def signature_hex @signature_hex end |
#signer ⇒ Object
Returns the value of attribute signer.
4 5 6 |
# File 'lib/eth/signature.rb', line 4 def signer @signer end |
#v ⇒ Object
Returns the value of attribute v.
4 5 6 |
# File 'lib/eth/signature.rb', line 4 def v @v end |