Class: Chain::Asset::Key
- Inherits:
-
ResponseObject
- Object
- ResponseObject
- Chain::Asset::Key
- Defined in:
- lib/chain/asset.rb
Instance Attribute Summary collapse
-
#asset_derivation_path ⇒ String
readonly
The derivation path of the extended key.
-
#asset_pubkey ⇒ String
readonly
The derived public key, used in the asset’s issuance program.
-
#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
#asset_derivation_path ⇒ String (readonly)
The derivation path of the extended key.
121 |
# File 'lib/chain/asset.rb', line 121 attrib :asset_derivation_path |
#asset_pubkey ⇒ String (readonly)
The derived public key, used in the asset’s issuance program.
116 |
# File 'lib/chain/asset.rb', line 116 attrib :asset_pubkey |
#root_xpub ⇒ String (readonly)
Hex-encoded representation of the root extended public key.
111 |
# File 'lib/chain/asset.rb', line 111 attrib :root_xpub |