Class: Chain::MockHSM::Key
- Inherits:
-
ResponseObject
- Object
- ResponseObject
- Chain::MockHSM::Key
- Defined in:
- lib/chain/mock_hsm.rb
Defined Under Namespace
Classes: ClientModule, Query
Instance Attribute Summary collapse
-
#alias ⇒ String
readonly
User specified, unique identifier of the key.
-
#xpub ⇒ String
readonly
Hex-encoded string representation of the key.
Method Summary
Methods inherited from ResponseObject
#[], #[]=, #initialize, #to_h, #to_json
Constructor Details
This class inherits a constructor from Chain::ResponseObject
Instance Attribute Details
#alias ⇒ String (readonly)
User specified, unique identifier of the key.
31 |
# File 'lib/chain/mock_hsm.rb', line 31 attrib :alias |
#xpub ⇒ String (readonly)
Hex-encoded string representation of the key.
36 |
# File 'lib/chain/mock_hsm.rb', line 36 attrib :xpub |