bip/substrate/path/substrate_path
library
Classes
-
SubstratePath
-
Represents a Substrate path, which is an ordered sequence of SubstratePathElem elements.
This class provides methods for creating, manipulating, and serializing paths.
-
SubstratePathConst
-
A constants class that provides predefined values and regular expressions related to Substrate paths
and SCALE encoders for integers.
-
SubstratePathElem
-
Represents a Substrate path element, which can be either soft or hard, and provides methods for
working with path elements, including serialization, validation, and computing chain code.
-
SubstratePathParser
-
Parses a string representation of a Substrate path and returns a SubstratePath object.