depth property

Bip32Depth get depth

Gets the current depth of this key.

Implementation

Bip32Depth get depth {
  return _pubKey.keyData.depth;
}