BlockKeys v0.1.3 BlockKeys.CKD View Source
This module derives children keys given an extended public or private key and a path
Link to this section Summary
Functions
Returns a Base58 encode check child extended key given an extended key and a path
Link to this section Functions
Link to this function
child_key(error, index) View Source
Link to this function
child_key_private(key, child_index) View Source
Link to this function
child_key_public(key, child_index) View Source
Link to this function
derive(extended_key, path) View Source
Returns a Base58 encode check child extended key given an extended key and a path
Examples
iex> BlockKeys.derive("xprv9s21ZrQH143K3BwM39ubv3fkaHxCN6M4roETEg68Jviq9AnbRjmqVAF4qJHkoLqgSv2bNqYTnRNY9yBQhjNYceZ1NxiDe8WcNJAeWetCvfR", "m/44'/0'/0'")
"xprv9yAYtNSBnu2ojv5BR1b8T39t8oPnbzG8H8CbEHnhBhoXWf441nRA3zDW7PFBL4wkz7CNqtbhr4YVnLuSquiR1QPJgk72jVN8uZ4S2UkuLVk"
Link to this function
master_keys(encoded_seed) View Source
Link to this function
master_private_key(arg) View Source
Link to this function