DeriveJunction constructor

const DeriveJunction(
  1. bool hardenedDerivation,
  2. List<int> junctionId
)

Implementation

const DeriveJunction(this.hardenedDerivation, this.junctionId)
    : assert(junctionId.length == junctionIdLength);