Current section
Files
Jump to
Current section
Files
lib/key/hd/derivation_path/level.ex
defmodule BitcoinLib.Key.HD.DerivationPath.Level do
@enforce_keys [:hardened?, :value]
defstruct hardened?: false, value: 0
end