evmos.proto.autogen.py.cosmos.crypto.hd.v1

Classes

Bip44Params(purpose, coin_type, account, ...)

BIP44Params is used as path field in ledger item in Record.

class evmos.proto.autogen.py.cosmos.crypto.hd.v1.Bip44Params(purpose: int = <object object>, coin_type: int = <object object>, account: int = <object object>, change: bool = <object object>, address_index: int = <object object>)[source]

Bases: Message

BIP44Params is used as path field in ledger item in Record.

account: int = <object object>

account splits the key space into independent user identities

address_index: int = <object object>

address_index is used as child index in BIP32 derivation

change: bool = <object object>

change is a constant used for public derivation. Constant 0 is used for external chain and constant 1 for internal chain.

coin_type: int = <object object>

coin_type is a constant that improves privacy

purpose: int = <object object>

purpose is a constant set to 44’ (or 0x8000002C) following the BIP43 recommendation