Class: Chain::Account::Key

Inherits:
ResponseObject show all
Defined in:
lib/chain/account.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

#account_derivation_pathString (readonly)

The derivation path of the extended key.

Returns:

  • (String)


124
# File 'lib/chain/account.rb', line 124

attrib :account_derivation_path

#account_xpubString (readonly)

The extended public key used to create control programs for the account.

Returns:

  • (String)


119
# File 'lib/chain/account.rb', line 119

attrib :account_xpub

#root_xpubString (readonly)

Hex-encoded representation of the root extended public key.

Returns:

  • (String)


114
# File 'lib/chain/account.rb', line 114

attrib :root_xpub