Class: Chain::Account::Key
- Inherits:
-
ResponseObject
- Object
- ResponseObject
- Chain::Account::Key
- Defined in:
- lib/chain/account.rb
Instance Attribute Summary collapse
-
#account_derivation_path ⇒ String
readonly
The derivation path of the extended key.
-
#account_xpub ⇒ String
readonly
The extended public key used to create control programs for the account.
-
#root_xpub ⇒ String
readonly
Hex-encoded representation of the root extended public 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
#account_derivation_path ⇒ String (readonly)
The derivation path of the extended key.
122 |
# File 'lib/chain/account.rb', line 122 attrib :account_derivation_path |
#account_xpub ⇒ String (readonly)
The extended public key used to create control programs for the account.
117 |
# File 'lib/chain/account.rb', line 117 attrib :account_xpub |
#root_xpub ⇒ String (readonly)
Hex-encoded representation of the root extended public key.
112 |
# File 'lib/chain/account.rb', line 112 attrib :root_xpub |