Bitcoin Core 31.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
KeyPathElement Struct Reference

#include <bip32.h>

Public Member Functions

uint32_t ChildNumber () const
 Derivation index with the hardened flag applied. More...
 

Public Attributes

uint32_t index
 Derivation index, without the hardened flag. More...
 
bool is_hardened
 

Detailed Description

Definition at line 19 of file bip32.h.

Member Function Documentation

◆ ChildNumber()

uint32_t KeyPathElement::ChildNumber ( ) const
inline

Derivation index with the hardened flag applied.

Definition at line 25 of file bip32.h.

Member Data Documentation

◆ index

uint32_t KeyPathElement::index

Derivation index, without the hardened flag.

Definition at line 21 of file bip32.h.

◆ is_hardened

bool KeyPathElement::is_hardened

Definition at line 22 of file bip32.h.


The documentation for this struct was generated from the following file: