SignerEffectResponse constructor

SignerEffectResponse(
  1. int weight,
  2. String publicKey
)

Implementation

SignerEffectResponse(this.weight, this.publicKey);