RevokeRightData constructor

RevokeRightData(
  1. DidData did,
  2. String lastTxId,
  3. AuthenticationData auth,
  4. String right,
)

Implementation

RevokeRightData(
  DidData did,
  String lastTxId,
  this.auth,
  this.right,
) : super(did, lastTxId, SignableOperationType.revokeRight);