SignerEntry constructor

SignerEntry({
  1. required String account,
  2. required int signerWeight,
  3. String? walletLocator,
})

Implementation

SignerEntry(
    {required this.account, required this.signerWeight, this.walletLocator});