hd_wallet_cardano_shelley_enum
Module with enums for Cardano Shelley wallets.
- class HdWalletCardanoShelleyDataTypes(value)
Bases:
HdWalletDataTypesEnumerative for wallet Cardano Shelley data types.
- WALLET_NAME = 1
- COIN_NAME = 2
- MNEMONIC = 3
- PASSPHRASE = 4
- SEED_BYTES = 5
- ACCOUNT_IDX = 6
- CHANGE_IDX = 7
- MASTER_KEY = 8
- ACCOUNT_KEY = 9
- STAKING_KEY = 10
- ADDRESS_OFF = 11
- ADDRESS = 12
- class HdWalletCardanoShelleyKeyTypes(value)
Bases:
HdWalletKeyTypesEnumerative for wallet Cardano Shelley key types.
- RAW_PRIV = 1
- RAW_PUB = 2
- ADDRESS = 3