Sha256: 7fc45b3436ca11e1f827129c5d2fbb37c4c292bbc6b5c79a129e5090faf98915
Contents?: true
Size: 149 Bytes
Versions: 7
Compression:
Stored size: 149 Bytes
Contents
module Bip44 module Bitcoin def get_bitcoin_address(path) node = @wallet_node.node_for_path(path) node.to_address end end end
Version data entries
7 entries across 7 versions & 1 rubygems