Class: Sequence::Key
- Inherits:
-
ResponseObject
- Object
- ResponseObject
- Sequence::Key
- Defined in:
- lib/sequence/key.rb
Overview
Keys are used to sign transactions.
Defined Under Namespace
Classes: ClientModule, Query
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Unique identifier of the key, based on the public key material itself.
Method Summary
Methods inherited from ResponseObject
#[], #[]=, #initialize, #to_h, #to_json
Constructor Details
This class inherits a constructor from Sequence::ResponseObject
Instance Attribute Details
#id ⇒ Object (readonly)
Unique identifier of the key, based on the public key material itself.
14 |
# File 'lib/sequence/key.rb', line 14 attrib :id |