PubkeyEnumWeightPair constructor

PubkeyEnumWeightPair(
  1. Map pubKey,
  2. int weight
)

Implementation

PubkeyEnumWeightPair(this.pubKey, this.weight);