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