SignerRemovedEffectResponse constructor

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

Implementation

SignerRemovedEffectResponse(int weight, String publicKey)
    : super(weight, publicKey);