LegacyAminoMultisigKey constructor

LegacyAminoMultisigKey(
  1. double threshold,
  2. List<SimplePublicKey> pubKeys
)

Implementation

LegacyAminoMultisigKey(this.threshold, this.pubKeys);