Sha256: 1dc2ada0ac6591f5b0ce686d0ae0baf7a0e56772c42fed236c9fe8f8621441c4
Contents?: true
Size: 168 Bytes
Versions: 1
Compression:
Stored size: 168 Bytes
Contents
module EthereumBip44 module Bitcoin def get_bitcoin_address(index) node = @wallet_node.node_for_path("M/0/#{index}") node.to_address end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ethereum_bip44-0.2.3 | lib/ethereum_bip44/bitcoin.rb |