SignerEffectResponse constructor

SignerEffectResponse(
  1. int weight,
  2. String publicKey,
  3. String key,
  4. String id,
  5. int type_i,
  6. String type,
  7. String createdAt,
  8. String pagingToken,
  9. String account,
  10. EffectResponseLinks links,
)

Implementation

SignerEffectResponse(
    this.weight,
    this.publicKey,
    this.key,
    super.id,
    super.type_i,
    super.type,
    super.createdAt,
    super.pagingToken,
    super.account,
    super.links);