requiresDrepSignature method

bool requiresDrepSignature(
  1. Uint8List walletDRepCredentials
)

Implementation

bool requiresDrepSignature(Uint8List walletDRepCredentials) =>
    this?.voting.keys.any(
          (voter) => voter.vKeyHash.equalsDeep(walletDRepCredentials),
        ) ??
    false;