Class: Chain::Asset::Key

Inherits:
ResponseObject show all
Defined in:
lib/chain/asset.rb

Instance Attribute Summary collapse

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_pathString (readonly)

The derivation path of the extended key.

Returns:

  • (String)


121
# File 'lib/chain/asset.rb', line 121

attrib :asset_derivation_path

#asset_pubkeyString (readonly)

The derived public key, used in the asset’s issuance program.

Returns:

  • (String)


116
# File 'lib/chain/asset.rb', line 116

attrib :asset_pubkey

#root_xpubString (readonly)

Hex-encoded representation of the root extended public key.

Returns:

  • (String)


111
# File 'lib/chain/asset.rb', line 111

attrib :root_xpub