AssociatedKey constructor

AssociatedKey(
  1. AccountHashKey accountHash,
  2. int weight
)

Implementation

AssociatedKey(this.accountHash, this.weight);