PubkeyWeightPair constructor

PubkeyWeightPair(
  1. PublicKey pubKey,
  2. int weight
)

Implementation

PubkeyWeightPair(this.pubKey, this.weight);