SignerCreatedEffectResponse constructor

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

Implementation

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