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

from message cosmos.crypto.hd.v1.BIP44Params

Hierarchy

Constructors

Properties

account: number = 0

account splits the key space into independent user identities

from field: uint32 account = 3;

addressIndex: number = 0

address_index is used as child index in BIP32 derivation

from field: uint32 address_index = 5;

change: boolean = false

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

from field: bool change = 4;

coinType: number = 0

coin_type is a constant that improves privacy

from field: uint32 coin_type = 2;

purpose: number = 0

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

from field: uint32 purpose = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.crypto.hd.v1.BIP44Params" = "cosmos.crypto.hd.v1.BIP44Params"

Methods