SignerUpdatedEffectResponse constructor

SignerUpdatedEffectResponse(
  1. int? weight,
  2. String publicKey
)

Implementation

SignerUpdatedEffectResponse(int? weight, String publicKey) : super(weight, publicKey);