|
39 | 39 |
|
40 | 40 | # print(json.dumps(hdwallet.dump(exclude={"indexes"}), indent=4, ensure_ascii=False))
|
41 | 41 | print(json.dumps(hdwallet.dumps(exclude={"indexes"}), indent=4, ensure_ascii=False))
|
| 42 | + |
| 43 | +# print("Cryptocurrency:", hdwallet.cryptocurrency()) |
| 44 | +# print("Symbol:", hdwallet.symbol()) |
| 45 | +# print("Network:", hdwallet.network()) |
| 46 | +# print("Coin Type:", hdwallet.coin_type()) |
| 47 | +# print("Entropy:", hdwallet.entropy()) |
| 48 | +# print("Strength:", hdwallet.strength()) |
| 49 | +# print("Mnemonic:", hdwallet.mnemonic()) |
| 50 | +# print("Passphrase:", hdwallet.passphrase()) |
| 51 | +# print("Language:", hdwallet.language()) |
| 52 | +# print("Seed:", hdwallet.seed()) |
| 53 | +# print("ECC:", hdwallet.ecc()) |
| 54 | +# print("HD:", hdwallet.hd()) |
| 55 | +# print("Semantic:", hdwallet.semantic()) |
| 56 | +# print("Root XPrivate Key:", hdwallet.root_xprivate_key()) |
| 57 | +# print("Root XPublic Key:", hdwallet.root_xpublic_key()) |
| 58 | +# print("Root Private Key:", hdwallet.root_private_key()) |
| 59 | +# print("Root WIF:", hdwallet.root_wif()) |
| 60 | +# print("Root Chain Code:", hdwallet.root_chain_code()) |
| 61 | +# print("Root Public Key:", hdwallet.root_public_key()) |
| 62 | +# print("Strict:", hdwallet.strict()) |
| 63 | +# print("Public Key Type:", hdwallet.public_key_type()) |
| 64 | +# print("WIF Type:", hdwallet.wif_type()) |
| 65 | +# print("Path:", hdwallet.path()) |
| 66 | +# print("Depth:", hdwallet.depth()) |
| 67 | +# print("Indexes:", hdwallet.indexes()) |
| 68 | +# print("Index:", hdwallet.index()) |
| 69 | +# print("XPrivate Key:", hdwallet.xprivate_key()) |
| 70 | +# print("XPublic Key:", hdwallet.xpublic_key()) |
| 71 | +# print("Private Key:", hdwallet.private_key()) |
| 72 | +# print("WIF:", hdwallet.wif()) |
| 73 | +# print("Chain Code:", hdwallet.chain_code()) |
| 74 | +# print("Public Key:", hdwallet.public_key()) |
| 75 | +# print("Uncompressed:", hdwallet.uncompressed()) |
| 76 | +# print("Compressed:", hdwallet.compressed()) |
| 77 | +# print("Hash:", hdwallet.hash()) |
| 78 | +# print("Fingerprint:", hdwallet.fingerprint()) |
| 79 | +# print("Parent Fingerprint:", hdwallet.parent_fingerprint()) |
| 80 | +# print("Address:", hdwallet.address()) |
0 commit comments