|
17 | 17 | cardano_type=Cryptocurrency.TYPES.SHELLEY_ICARUS,
|
18 | 18 | address_type=Cryptocurrency.ADDRESS_TYPES.PAYMENT,
|
19 | 19 | staking_public_key="00f06973be3a2b8d74086283e18176b6b4b5bd28da78c264cd65ad146126f8240e",
|
20 |
| - passphrase="meherett" |
| 20 | + passphrase="talonlab" |
21 | 21 | ).from_seed(
|
22 | 22 | seed=CardanoSeed(
|
23 | 23 | seed="fca87b68fdffa968895901c894f678f6"
|
|
49 | 49 | # print("Root Chain Code:", hdwallet.root_chain_code())
|
50 | 50 | # print("Root Public Key:", hdwallet.root_public_key())
|
51 | 51 | # print("Strict:", hdwallet.strict())
|
52 |
| -# print("Public Key Type:", hdwallet.public_key_type()) |
53 | 52 | # print("Path:", hdwallet.path())
|
54 | 53 | # print("Depth:", hdwallet.depth())
|
55 | 54 | # print("Indexes:", hdwallet.indexes())
|
|
59 | 58 | # print("Private Key:", hdwallet.private_key())
|
60 | 59 | # print("Chain Code:", hdwallet.chain_code())
|
61 | 60 | # print("Public Key:", hdwallet.public_key())
|
62 |
| -# print("Uncompressed:", hdwallet.uncompressed()) |
63 |
| -# print("Compressed:", hdwallet.compressed()) |
64 | 61 | # print("Hash:", hdwallet.hash())
|
65 | 62 | # print("Fingerprint:", hdwallet.fingerprint())
|
66 | 63 | # print("Parent Fingerprint:", hdwallet.parent_fingerprint())
|
|
0 commit comments